Searched refs:TJSAMP_411 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 495 (subsamp == TJSAMP_411 && sf[i].num == 1 && in decompTest() 497 (subsamp != TJSAMP_411 && sf[i].num == 1 && in decompTest() 531 subsamp == TJSAMP_440 || subsamp == TJSAMP_411) in doTest() 874 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in main() 875 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main() 886 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main()
|
D | turbojpeg.h | 131 TJSAMP_411 enumerator
|
D | tjbench.c | 937 case 411: subsamp = TJSAMP_411; break; in main()
|