Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile54 tjPlaneSizeYUV;
Dturbojpeg-mapfile.jni80 tjPlaneSizeYUV;
Dturbojpeg.h882 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width,
Dturbojpeg-jni.c134 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()
DChangeLog.txt137 [3] Fixed an issue in tjPlaneSizeYUV() whereby it would erroneously return 1
177 [10] The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions
Dturbojpeg.c708 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width, in tjPlaneSizeYUV() function