Home
last modified time | relevance | path

Searched refs:tjPlaneSizeYUV (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile54 tjPlaneSizeYUV;
Dturbojpeg-mapfile.jni80 tjPlaneSizeYUV;
Dturbojpeg.h969 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride,
Dturbojpeg-jni.c165 jint retval = (jint)tjPlaneSizeYUV(componentID, width, stride, height, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
367 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
450 int planeSize = tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV()
829 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
949 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV()
Dtjunittest.c601 size = tjPlaneSizeYUV(0, 65536, 0, 65536, TJSAMP_444); in overflowTest()
602 CHECKSIZE(tjPlaneSizeYUV()); in overflowTest()
Dturbojpeg.c641 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, in tjPlaneSizeYUV() function
DChangeLog.md1103 3. Fixed an issue in `tjPlaneSizeYUV()` whereby it would erroneously return 1
1143 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`