Searched refs:TJSAMP_444 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 533 if(subsamp==TJSAMP_444 || subsamp==TJSAMP_GRAY || in decompTest() 613 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest() 617 size = tjBufSizeYUV2(37838, 1, 37838, TJSAMP_444); in overflowTest() 619 size = TJBUFSIZEYUV(37838, 37838, TJSAMP_444); in overflowTest() 621 size = tjBufSizeYUV(37838, 37838, TJSAMP_444); in overflowTest() 623 size = tjPlaneSizeYUV(0, 65536, 0, 65536, TJSAMP_444); in overflowTest() 743 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main() 744 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main() 760 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main()
|
D | turbojpeg.h | 99 TJSAMP_444=0, enumerator 1482 #define TJ_444 TJSAMP_444
|
D | tjbench.c | 928 case 444: subsamp=TJSAMP_444; break; in main() 1006 fullTest(srcbuf, w, h, TJSAMP_444, i, argv[1]); in main()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 70 TJSAMP_444=0, enumerator 492 #define TJ_444 TJSAMP_444
|
/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()
|