Searched refs:TJSAMP_440 (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 548 subsamp == TJSAMP_440 || subsamp == TJSAMP_411) in doTest() 992 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in testThreeByte440() 1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440() 1093 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in testYUVOnlyRGB440() 1151 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main() 1152 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main() 1164 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main()
|
D | turbojpeg.h | 120 TJSAMP_440, enumerator
|
D | tjbench.c | 654 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest() 655 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest() 970 case 440: subsamp = TJSAMP_440; break; in main()
|
D | turbojpeg.c | 376 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()
|