Searched refs:TJSAMP_444 (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 70 TJSAMP_444=0, enumerator 492 #define TJ_444 TJSAMP_444
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 99 TJSAMP_444=0, enumerator 1482 #define TJ_444 TJSAMP_444
|
D | tjunittest.c | 533 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()
|
D | tjbench.c | 900 case 444: subsamp=TJSAMP_444; break; in main() 977 fullTest(srcbuf, w, h, TJSAMP_444, i, argv[1]); in main()
|
/external/libvncserver/test/ |
D | tjunittest.c | 321 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()
|