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.c542 int pw = tjPlaneWidth(i, width, subsamp); in tjBufSizeYUV2()
567 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp) in tjPlaneWidth() function
618 pw = tjPlaneWidth(componentID, width, subsamp); in tjPlaneSizeYUV()
896 pw0 = tjPlaneWidth(0, width, subsamp); in tjEncodeYUV3()
904 int pw1 = tjPlaneWidth(1, width, subsamp); in tjEncodeYUV3()
1089 pw0 = tjPlaneWidth(0, width, subsamp); in tjCompressFromYUV()
1097 int pw1 = tjPlaneWidth(1, width, subsamp); in tjCompressFromYUV()
1544 pw0 = tjPlaneWidth(0, width, subsamp); in tjDecodeYUV()
1552 int pw1 = tjPlaneWidth(1, width, subsamp); in tjDecodeYUV()
1779 pw0 = tjPlaneWidth(0, width, jpegSubsamp); in tjDecompressToYUV2()
[all …]
Dturbojpeg.h976 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp);
Dturbojpeg-jni.c173 jint retval = (jint)tjPlaneWidth(componentID, width, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()
350 int pw = tjPlaneWidth(i, width, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
427 int pw = tjPlaneWidth(i, width, subsamp); in TJCompressor_encodeYUV()
794 int pw = tjPlaneWidth(i, scaledWidth, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
905 int pw = tjPlaneWidth(i, width, subsamp); in TJDecompressor_decodeYUV()
DChangeLog.md785 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`