Home
last modified time | relevance | path

Searched refs:TJSAMP_444 (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Dtjexample.c56 #define DEFAULT_SUBSAMP TJSAMP_444
203 outSubsamp = TJSAMP_444; in main()
349 outSubsamp = TJSAMP_444; in main()
Dturbojpeg.h98 TJSAMP_444 = 0, enumerator
1681 #define TJ_444 TJSAMP_444
Dtjunittest.c494 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()
Dtjbench.c933 case 444: subsamp = TJSAMP_444; break; in main()
1006 fullTest(srcBuf, w, h, TJSAMP_444, i, argv[1]); in main()
Dturbojpeg.c366 D_MAX_BLOCKS_IN_MCU / pixelsize[i] && i == TJSAMP_444) { in getSubsamp()