Searched refs:TJSAMP_444 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | tjexample.c | 56 #define DEFAULT_SUBSAMP TJSAMP_444 203 outSubsamp = TJSAMP_444; in main() 349 outSubsamp = TJSAMP_444; in main()
|
D | turbojpeg.h | 98 TJSAMP_444 = 0, enumerator 1681 #define TJ_444 TJSAMP_444
|
D | tjunittest.c | 494 if (subsamp == TJSAMP_444 || subsamp == TJSAMP_GRAY || in decompTest() 866 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main() 867 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main() 882 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main()
|
D | tjbench.c | 933 case 444: subsamp = TJSAMP_444; break; in main() 1006 fullTest(srcBuf, w, h, TJSAMP_444, i, argv[1]); in main()
|
D | turbojpeg.c | 366 D_MAX_BLOCKS_IN_MCU / pixelsize[i] && i == TJSAMP_444) { in getSubsamp()
|