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 | 644 int ph=tjPlaneHeight(i, height, subsamp); in tjBufSizeYUV2() 687 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp) in tjPlaneHeight() function 718 ph=tjPlaneHeight(componentID, height, subsamp); in tjPlaneSizeYUV() 1003 ph0=tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 1014 int ph1=tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() 1187 ph0=tjPlaneHeight(0, height, subsamp); in tjCompressFromYUV() 1198 int ph1=tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() 1676 ph0=tjPlaneHeight(0, height, subsamp); in tjDecodeYUV() 1687 int ph1=tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() 1909 ph0=tjPlaneHeight(0, height, jpegSubsamp); in tjDecompressToYUV2() [all …]
|
D | turbojpeg.h | 917 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp);
|
D | turbojpeg-jni.c | 157 jint retval=(jint)tjPlaneHeight(componentID, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
|
D | ChangeLog.txt | 177 [10] The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions
|