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.c414 unsigned long yuvSize=tjBufSizeYUV2(w, pad, h, subsamp); in compTest()
476 unsigned long yuvSize=tjBufSizeYUV2(scaledWidth, pad, scaledHeight, in _decompTest()
618 if(doyuv) dstSize=tjBufSizeYUV2(w, pad, h, subsamp); in bufSizeTest()
650 if(doyuv) dstSize=tjBufSizeYUV2(h, pad, w, subsamp); in bufSizeTest()
Dturbojpeg.h857 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
Dtjbench.c142 int yuvsize=tjBufSizeYUV2(width, yuvpad, height, subsamp); in decomp()
331 yuvsize=tjBufSizeYUV2(tilew, yuvpad, tileh, subsamp); in fullTest()
Dturbojpeg.c631 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() function
656 return tjBufSizeYUV2(width, 4, height, subsamp); in tjBufSizeYUV()
Dturbojpeg-jni.c114 jint retval=(jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
DChangeLog.txt140 [3] Fixed an issue in tjBufSizeYUV2() whereby it would erroneously return 0