Searched refs:tjPlaneSizeYUV (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 54 tjPlaneSizeYUV;
|
D | turbojpeg-mapfile.jni | 80 tjPlaneSizeYUV;
|
D | turbojpeg.h | 969 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride,
|
D | turbojpeg-jni.c | 165 jint retval = (jint)tjPlaneSizeYUV(componentID, width, stride, height, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII() 367 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 450 int planeSize = tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV() 829 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 949 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV()
|
D | tjunittest.c | 601 size = tjPlaneSizeYUV(0, 65536, 0, 65536, TJSAMP_444); in overflowTest() 602 CHECKSIZE(tjPlaneSizeYUV()); in overflowTest()
|
D | turbojpeg.c | 641 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, in tjPlaneSizeYUV() function
|
D | ChangeLog.md | 1103 3. Fixed an issue in `tjPlaneSizeYUV()` whereby it would erroneously return 1 1143 10. The new `tjPlaneSizeYUV()`, `tjPlaneWidth()`, and `tjPlaneHeight()`
|