http://gitunderground.i2p/archive/Ryujinx/src/branch/master/src/Ryujinx.Graphics.Nvdec.Vp9/Luts.cs
Tx32x32 } } , } , } ; public struct PartitionContextPair { public sbyte Above ; public sbyte Left ; public PartitionContextPair ( sbyte above , sbyte left ) { Above = above ; Left = left ; } } // Generates 4 bit field in which each bit set to 1 represents // a blocksize partition 1111 means we split 64x64, 32x32, 16x16 // and 8x8. 1000 means we just split the 64x64 to 32x32 public static readonly PartitionContextPair [ ] PartitionContextLookup = { new ( 15 , 15 ) , // 4X4 - {0b1111, 0b1111} new ( 15 ,...