Searched refs:TJSAMP_440 (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 531 subsamp == TJSAMP_440 || subsamp == TJSAMP_411) in doTest() 909 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main() 910 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main() 922 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main()
|
D | turbojpeg.h | 119 TJSAMP_440, enumerator
|
D | tjbench.c | 641 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest() 642 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest() 952 case 440: subsamp = TJSAMP_440; break; in main()
|
D | turbojpeg.c | 344 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()
|