Home
last modified time | relevance | path

Searched refs:tjPlaneWidth (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile55 tjPlaneWidth;
Dturbojpeg-mapfile.jni81 tjPlaneWidth;
Dturbojpeg.c574 int pw = tjPlaneWidth(i, width, subsamp); in tjBufSizeYUV2()
599 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp) in tjPlaneWidth() function
650 pw = tjPlaneWidth(componentID, width, subsamp); in tjPlaneSizeYUV()
930 pw0 = tjPlaneWidth(0, width, subsamp); in tjEncodeYUV3()
938 int pw1 = tjPlaneWidth(1, width, subsamp); in tjEncodeYUV3()
1125 pw0 = tjPlaneWidth(0, width, subsamp); in tjCompressFromYUV()
1133 int pw1 = tjPlaneWidth(1, width, subsamp); in tjCompressFromYUV()
1592 pw0 = tjPlaneWidth(0, width, subsamp); in tjDecodeYUV()
1600 int pw1 = tjPlaneWidth(1, width, subsamp); in tjDecodeYUV()
1703 pw[i] = tjPlaneWidth(i, dinfo->output_width, jpegSubsamp); in tjDecompressToYUVPlanes()
[all …]
Dturbojpeg.h987 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp);
Dturbojpeg-jni.c178 jint retval = (jint)tjPlaneWidth(componentID, width, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()
368 int pw = tjPlaneWidth(i, width, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
451 int pw = tjPlaneWidth(i, width, subsamp); in TJCompressor_encodeYUV()
831 int pw = tjPlaneWidth(i, scaledWidth, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
950 int pw = tjPlaneWidth(i, width, subsamp); in TJDecompressor_decodeYUV()
DChangeLog.md1125 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`