Searched refs:tjPlaneSizeYUV (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 54 tjPlaneSizeYUV;
|
D | turbojpeg-mapfile.jni | 80 tjPlaneSizeYUV;
|
D | turbojpeg.h | 882 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width,
|
D | turbojpeg-jni.c | 134 jint retval=(jint)tjPlaneSizeYUV(componentID, width, stride, height, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII() 316 int planeSize=tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 395 int planeSize=tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV() 761 int planeSize=tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 875 int planeSize=tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV()
|
D | ChangeLog.txt | 137 [3] Fixed an issue in tjPlaneSizeYUV() whereby it would erroneously return 1 177 [10] The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions
|
D | turbojpeg.c | 708 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width, in tjPlaneSizeYUV() function
|