Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h103 TJSAMP_422, enumerator
1682 #define TJ_422 TJSAMP_422
Dtjunittest.c530 if (subsamp == TJSAMP_422 || subsamp == TJSAMP_420 || in doTest()
905 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
906 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main()
920 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
Dtjbench.c641 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest()
642 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest()
951 case 422: subsamp = TJSAMP_422; break; in main()
1020 fullTest(srcBuf, w, h, TJSAMP_422, i, argv[1]); in main()
Dtjexample.c205 outSubsamp = TJSAMP_422; in main()
Dturbojpeg.c344 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()