Lines Matching refs:tjPlaneHeight
576 int ph = tjPlaneHeight(i, height, subsamp); in tjBufSizeYUV2()
620 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp) in tjPlaneHeight() function
651 ph = tjPlaneHeight(componentID, height, subsamp); in tjPlaneSizeYUV()
931 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3()
939 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3()
1126 ph0 = tjPlaneHeight(0, height, subsamp); in tjCompressFromYUV()
1134 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV()
1593 ph0 = tjPlaneHeight(0, height, subsamp); in tjDecodeYUV()
1601 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV()
1704 ph[i] = tjPlaneHeight(i, dinfo->output_height, jpegSubsamp); in tjDecompressToYUVPlanes()
1835 ph0 = tjPlaneHeight(0, height, jpegSubsamp); in tjDecompressToYUV2()
1843 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); in tjDecompressToYUV2()