コード例 #1
0
ファイル: Idct.cs プロジェクト: ianuub/Ryujinxxx
            public Transform1D Cols, Rows;  // Vertical and horizontal

            public Transform2D(Transform1D cols, Transform1D rows)
            {
                Cols = cols;
                Rows = rows;
            }