예제 #1
0
파일: Idct.cs 프로젝트: ianuub/Ryujinxxx
            public Transform1D Cols, Rows;  // Vertical and horizontal

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