mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 11:20:46 -07:00
Re-add NVDEC project (not integrated)
This commit is contained in:
19
Ryujinx.Graphics.Nvdec/VDec/VideoDecoderMeth.cs
Normal file
19
Ryujinx.Graphics.Nvdec/VDec/VideoDecoderMeth.cs
Normal file
@ -0,0 +1,19 @@
|
||||
namespace Ryujinx.Graphics.VDec
|
||||
{
|
||||
enum VideoDecoderMeth
|
||||
{
|
||||
SetVideoCodec = 0x80,
|
||||
Execute = 0xc0,
|
||||
SetDecoderCtxAddr = 0x101,
|
||||
SetFrameDataAddr = 0x102,
|
||||
SetVpxRef0LumaAddr = 0x10c,
|
||||
SetVpxRef1LumaAddr = 0x10d,
|
||||
SetVpxRef2LumaAddr = 0x10e,
|
||||
SetVpxCurrLumaAddr = 0x10f,
|
||||
SetVpxRef0ChromaAddr = 0x11d,
|
||||
SetVpxRef1ChromaAddr = 0x11e,
|
||||
SetVpxRef2ChromaAddr = 0x11f,
|
||||
SetVpxCurrChromaAddr = 0x120,
|
||||
SetVpxProbTablesAddr = 0x170
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user