Home
last modified time | relevance | path

Searched refs:TJSAMP_420 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.h109 TJSAMP_420, enumerator
1695 #define TJ_420 TJSAMP_420
1696 #define TJ_411 TJSAMP_420
Dtjunittest.c547 if (subsamp == TJSAMP_422 || subsamp == TJSAMP_420 || in doTest()
973 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in testThreeByte420()
983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420()
1084 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in testYUVOnlyRGB420()
1149 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main()
1150 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main()
1163 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main()
Dtjbench.c971 case 420: subsamp = TJSAMP_420; break; in main()
1037 fullTest(srcBuf, w, h, TJSAMP_420, i, argv[1]); in main()