Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjunittest.c534 (subsamp==TJSAMP_411 && sf[i].num==1 && in decompTest()
536 (subsamp!=TJSAMP_411 && sf[i].num==1 && in decompTest()
569 subsamp==TJSAMP_411) in doTest()
716 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in main()
717 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
729 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main()
Dturbojpeg.h132 TJSAMP_411 enumerator
Dtjbench.c904 case 411: subsamp=TJSAMP_411; break; in main()