Searched refs:TJSAMP_420 (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 108 TJSAMP_420, enumerator 1683 #define TJ_420 TJSAMP_420 1684 #define TJ_411 TJSAMP_420
|
D | tjunittest.c | 530 if (subsamp == TJSAMP_422 || subsamp == TJSAMP_420 || in doTest() 870 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main() 871 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main() 884 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main()
|
D | tjexample.c | 207 outSubsamp = TJSAMP_420; in main()
|
D | tjbench.c | 936 case 420: subsamp = TJSAMP_420; break; in main() 1000 fullTest(srcBuf, w, h, TJSAMP_420, i, argv[1]); in main()
|