Searched refs:TJSAMP_422 (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 104 TJSAMP_422, enumerator 1694 #define TJ_422 TJSAMP_422
|
D | tjunittest.c | 547 if (subsamp == TJSAMP_422 || subsamp == TJSAMP_420 || in doTest() 954 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in testThreeByte422() 964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422() 1075 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in testYUVOnlyRGB422() 1147 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 1148 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 1162 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
|
D | tjbench.c | 654 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest() 655 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest() 969 case 422: subsamp = TJSAMP_422; break; in main() 1040 fullTest(srcBuf, w, h, TJSAMP_422, i, argv[1]); in main()
|
D | turbojpeg.c | 376 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()
|