Home
last modified time | relevance | path

Searched refs:TJSAMP_440 (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dtjunittest.c531 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()
Dturbojpeg.h119 TJSAMP_440, enumerator
Dtjbench.c641 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()
Dturbojpeg.c344 (i == TJSAMP_422 || i == TJSAMP_440)) { in getSubsamp()