Home
last modified time | relevance | path

Searched refs:TJSAMP_444 (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.h70 TJSAMP_444=0, enumerator
492 #define TJ_444 TJSAMP_444
/external/libjpeg-turbo/
Dturbojpeg.h99 TJSAMP_444=0, enumerator
1482 #define TJ_444 TJSAMP_444
Dtjunittest.c533 if(subsamp==TJSAMP_444 || subsamp==TJSAMP_GRAY || in decompTest()
708 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main()
709 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main()
725 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main()
Dtjbench.c900 case 444: subsamp=TJSAMP_444; break; in main()
977 fullTest(srcbuf, w, h, TJSAMP_444, i, argv[1]); in main()
/external/libvncserver/test/
Dtjunittest.c321 if((subsamp==TJSAMP_444 || subsamp==TJSAMP_GRAY)) in decompTest()
447 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main()
448 doTest(39, 41, _4byteFormats, 4, TJSAMP_444, "test"); in main()