Searched refs:TJSAMP_422 (Results 1 – 6 of 6) 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() 745 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 746 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 761 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
|
D | tjbench.c | 619 if(_subsamp==TJSAMP_422) _subsamp=TJSAMP_440; in decompTest() 620 else if(_subsamp==TJSAMP_440) _subsamp=TJSAMP_422; in decompTest() 929 case 422: subsamp=TJSAMP_422; break; in main() 1003 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]); in main()
|
D | turbojpeg.c | 375 (i==TJSAMP_422 || i==TJSAMP_440)) in getSubsamp()
|
/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()
|