Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjunittest.c512 (subsamp == TJSAMP_411 && sf[i].num == 1 && in decompTest()
514 (subsamp != TJSAMP_411 && sf[i].num == 1 && in decompTest()
548 subsamp == TJSAMP_440 || subsamp == TJSAMP_411) in doTest()
1011 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in testThreeByte411()
1021 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in testFourByte411()
1102 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in testYUVOnlyRGB411()
1153 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in main()
1154 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
1165 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main()
Dturbojpeg.h132 TJSAMP_411 enumerator
Dtjbench.c972 case 411: subsamp = TJSAMP_411; break; in main()