Searched refs:TJSAMP_420 (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 80 TJSAMP_420, enumerator 494 #define TJ_420 TJSAMP_420 495 #define TJ_411 TJSAMP_420
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 109 TJSAMP_420, enumerator 1484 #define TJ_420 TJSAMP_420 1485 #define TJ_411 TJSAMP_420
|
D | tjunittest.c | 568 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440 || in doTest() 747 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main() 748 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main() 762 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main()
|
D | tjbench.c | 931 case 420: subsamp=TJSAMP_420; break; in main() 1000 fullTest(srcbuf, w, h, TJSAMP_420, i, argv[1]); in main()
|
/external/libvncserver/test/ |
D | tjunittest.c | 355 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440) in doTest() 451 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main() 452 doTest(41, 35, _4byteFormats, 4, TJSAMP_420, "test"); in main()
|