Searched refs:TJSAMP_422 (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 75 TJSAMP_422, enumerator 493 #define TJ_422 TJSAMP_422
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 104 TJSAMP_422, enumerator 1483 #define TJ_422 TJSAMP_422
|
D | tjunittest.c | 568 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440 || in doTest() 710 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 711 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 726 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
|
D | tjbench.c | 596 if(_subsamp==TJSAMP_422) _subsamp=TJSAMP_440; in decompTest() 597 else if(_subsamp==TJSAMP_440) _subsamp=TJSAMP_422; in decompTest() 901 case 422: subsamp=TJSAMP_422; break; in main() 974 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]); in main()
|
/external/libvncserver/test/ |
D | tjunittest.c | 355 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440) in doTest() 449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 450 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test"); in main()
|