Searched refs:tjBufSizeYUV2 (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 43 tjBufSizeYUV2;
|
D | turbojpeg-mapfile.jni | 69 tjBufSizeYUV2;
|
D | tjunittest.c | 378 unsigned long yuvSize = tjBufSizeYUV2(w, pad, h, subsamp); in compTest() 438 unsigned long yuvSize = tjBufSizeYUV2(scaledWidth, pad, scaledHeight, in _decompTest() 574 if (doYUV) dstSize = tjBufSizeYUV2(w, pad, h, subsamp); in bufSizeTest() 601 if (doYUV) dstSize = tjBufSizeYUV2(h, pad, w, subsamp); in bufSizeTest()
|
D | turbojpeg.h | 933 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height,
|
D | tjbench.c | 174 int yuvSize = tjBufSizeYUV2(width, yuvPad, height, subsamp); in decomp() 364 yuvSize = tjBufSizeYUV2(tilew, yuvPad, tileh, subsamp); in fullTest()
|
D | turbojpeg.c | 527 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() function 551 return tjBufSizeYUV2(width, 4, height, subsamp); in tjBufSizeYUV()
|
D | turbojpeg-jni.c | 138 jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
|
D | ChangeLog.md | 748 3. Fixed an issue in `tjBufSizeYUV2()` whereby it would erroneously return 0
|