Searched refs:TJSAMP_444 (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 511 if (subsamp == TJSAMP_444 || subsamp == TJSAMP_GRAY || in decompTest() 591 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest() 595 size = tjBufSizeYUV2(37838, 1, 37838, TJSAMP_444); in overflowTest() 597 size = TJBUFSIZEYUV(37838, 37838, TJSAMP_444); in overflowTest() 599 size = tjBufSizeYUV(37838, 37838, TJSAMP_444); in overflowTest() 601 size = tjPlaneSizeYUV(0, 65536, 0, 65536, TJSAMP_444); in overflowTest() 935 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in testThreeByte444() 945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444() 1066 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in testYUVOnlyRGB444() 1145 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main() [all …]
|
D | turbojpeg.h | 99 TJSAMP_444 = 0, enumerator 1693 #define TJ_444 TJSAMP_444
|
D | tjbench.c | 968 case 444: subsamp = TJSAMP_444; break; in main() 1043 fullTest(srcBuf, w, h, TJSAMP_444, i, argv[1]); in main()
|
D | turbojpeg.c | 398 D_MAX_BLOCKS_IN_MCU / pixelsize[i] && i == TJSAMP_444) { in getSubsamp()
|