Searched refs:tjPlaneHeight (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 53 tjPlaneHeight;
|
D | turbojpeg-mapfile.jni | 79 tjPlaneHeight;
|
D | turbojpeg.c | 576 int ph = tjPlaneHeight(i, height, subsamp); in tjBufSizeYUV2() 620 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp) in tjPlaneHeight() function 651 ph = tjPlaneHeight(componentID, height, subsamp); in tjPlaneSizeYUV() 931 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 939 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() 1126 ph0 = tjPlaneHeight(0, height, subsamp); in tjCompressFromYUV() 1134 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() 1593 ph0 = tjPlaneHeight(0, height, subsamp); in tjDecodeYUV() 1601 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() 1704 ph[i] = tjPlaneHeight(i, dinfo->output_height, jpegSubsamp); in tjDecompressToYUVPlanes() [all …]
|
D | turbojpeg.h | 1004 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp);
|
D | turbojpeg-jni.c | 190 jint retval = (jint)tjPlaneHeight(componentID, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
|
D | ChangeLog.md | 1125 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`
|