Home
last modified time | relevance | path

Searched refs:tjBufSizeYUV2 (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile43 tjBufSizeYUV2;
Dturbojpeg-mapfile.jni69 tjBufSizeYUV2;
Dtjunittest.c392 unsigned long yuvSize = tjBufSizeYUV2(w, pad, h, subsamp); in compTest()
454 unsigned long yuvSize = tjBufSizeYUV2(scaledWidth, pad, scaledHeight, in _decompTest()
595 size = tjBufSizeYUV2(37838, 1, 37838, TJSAMP_444); in overflowTest()
596 CHECKSIZE(tjBufSizeYUV2()); in overflowTest()
630 if (doYUV) dstSize = tjBufSizeYUV2(w, pad, h, subsamp); in bufSizeTest()
657 if (doYUV) dstSize = tjBufSizeYUV2(h, pad, w, subsamp); in bufSizeTest()
Dturbojpeg.h944 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height,
Dtjbench.c182 unsigned long yuvSize = tjBufSizeYUV2(width, yuvPad, height, subsamp); in decomp()
381 yuvSize = tjBufSizeYUV2(tilew, yuvPad, tileh, subsamp); in fullTest()
Dturbojpeg.c563 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() function
590 return tjBufSizeYUV2(width, 4, height, subsamp); in tjBufSizeYUV()
Dturbojpeg-jni.c143 jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
DChangeLog.md1088 3. Fixed an issue in `tjBufSizeYUV2()` whereby it would erroneously return 0