Ryujinx/Ryujinx.Graphics.Nvdec.Vp9/Types
gdkchan 1402d8391d
Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225)
* Support NVDEC H264 interlaced video decoding and VIC deinterlacing

* Remove unused code
2022-03-23 17:09:32 -03:00
..
BlockSize.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
BModeInfo.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Buf2D.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
FrameType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
LoopFilter.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
LoopFilterInfoN.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
LoopFilterMask.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
LoopFilterThresh.cs Silence several build warnings (#1428) 2020-08-06 23:40:41 +02:00
MacroBlockD.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
MacroBlockDPlane.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
ModeInfo.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
MotionVectorContext.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Mv.cs Use ReadOnlySpan<byte> compiler optimization for static data (#3130) 2022-02-17 21:38:50 +01:00
Mv32.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
MvClassType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
MvJointType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
MvRef.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
PartitionType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
PlaneType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Position.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
PredictionMode.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
RefBuffer.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
ReferenceMode.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
ScaleFactors.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
SegLvlFeatures.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Segmentation.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Surface.cs Support NVDEC H264 interlaced video decoding and VIC deinterlacing (#3225) 2022-03-23 17:09:32 -03:00
TileInfo.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
TxMode.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
TxSize.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
TxType.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
Vp9Common.cs Enable multithreaded VP9 decoding (#2009) 2021-02-11 01:54:42 +01:00