1 2 3 4 5 6 7 8 9 10
using Ryujinx.Common.Memory; namespace Ryujinx.Graphics.Nvdec.Vp9.Types { internal struct MvRef { public Array2<Mv> Mv; public Array2<sbyte> RefFrame; } }