Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile53 tjPlaneHeight;
Dturbojpeg-mapfile.jni79 tjPlaneHeight;
Dturbojpeg.c644 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 …]
Dturbojpeg.h917 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp);
Dturbojpeg-jni.c157 jint retval=(jint)tjPlaneHeight(componentID, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
DChangeLog.txt177 [10] The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions