Searched refs:TJSAMP_422 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 103 TJSAMP_422, enumerator 1682 #define TJ_422 TJSAMP_422
|
D | tjunittest.c | 530 if (subsamp == TJSAMP_422 || subsamp == TJSAMP_420 || in doTest() 868 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 869 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 883 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
|
D | tjbench.c | 625 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest() 626 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest() 934 case 422: subsamp = TJSAMP_422; break; in main() 1003 fullTest(srcBuf, w, h, TJSAMP_422, i, argv[1]); in main()
|
D | tjexample.c | 205 outSubsamp = TJSAMP_422; in main()
|
D | turbojpeg.c | 344 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()
|