H A D | tjunittest.c | 54 printf("-yuv = test YUV encoding/decoding support\n"); in usage() 913 static void initTJUnitTest(int yuv, int noyuvpad, int autoalloc) in initTJUnitTest() argument 915 doYUV = yuv ? 1 : 0; in initTJUnitTest() 923 int testBmp(int yuv, int noyuvpad, int autoalloc) in testBmp() argument 925 initTJUnitTest(yuv, noyuvpad, autoalloc); in testBmp() 931 int testThreeByte444(int yuv, int noyuvpad, int autoalloc) in testThreeByte444() argument 933 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte444() 940 int testFourByte444(int yuv, int noyuvpad, int autoalloc) in testFourByte444() argument 942 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte444() 950 int testThreeByte422(int yuv, in argument 959 testFourByte422(int yuv, int noyuvpad, int autoalloc) testFourByte422() argument 969 testThreeByte420(int yuv, int noyuvpad, int autoalloc) testThreeByte420() argument 978 testFourByte420(int yuv, int noyuvpad, int autoalloc) testFourByte420() argument 988 testThreeByte440(int yuv, int noyuvpad, int autoalloc) testThreeByte440() argument 997 testFourByte440(int yuv, int noyuvpad, int autoalloc) testFourByte440() argument 1007 testThreeByte411(int yuv, int noyuvpad, int autoalloc) testThreeByte411() argument 1016 testFourByte411(int yuv, int noyuvpad, int autoalloc) testFourByte411() argument 1026 testOnlyGray(int yuv, int noyuvpad, int autoalloc) testOnlyGray() argument 1035 testThreeByteGray(int yuv, int noyuvpad, int autoalloc) testThreeByteGray() argument 1044 testFourByteGray(int yuv, int noyuvpad, int autoalloc) testFourByteGray() argument 1053 testBufSize(int yuv, int noyuvpad, int autoalloc) testBufSize() argument [all...] |