H264Matrices.cs 147 B

12345678
  1. namespace Ryujinx.Graphics.VDec
  2. {
  3. struct H264Matrices
  4. {
  5. public byte[] ScalingMatrix4;
  6. public byte[] ScalingMatrix8;
  7. }
  8. }