Searched refs:tjPlaneWidth (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 55 tjPlaneWidth;
|
D | turbojpeg-mapfile.jni | 81 tjPlaneWidth;
|
D | turbojpeg.c | 574 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 …]
|
D | turbojpeg.h | 987 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp);
|
D | turbojpeg-jni.c | 178 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()
|
D | ChangeLog.md | 1125 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`
|