Lines Matching refs:pw0
765 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
820 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes()
869 pw[i] = pw0 * compptr->h_samp_factor / cinfo->max_h_samp_factor; in tjEncodeYUVPlanes()
920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local
930 pw0 = tjPlaneWidth(0, width, subsamp); in tjEncodeYUV3()
933 strides[0] = PAD(pw0, pad); in tjEncodeYUV3()
1115 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local
1125 pw0 = tjPlaneWidth(0, width, subsamp); in tjCompressFromYUV()
1128 strides[0] = PAD(pw0, pad); in tjCompressFromYUV()
1437 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes() local
1499 pw0 = PAD(width, dinfo->max_h_samp_factor); in tjDecodeYUVPlanes()
1532 pw[i] = pw0 * compptr->h_samp_factor / dinfo->max_h_samp_factor; in tjDecodeYUVPlanes()
1582 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local
1592 pw0 = tjPlaneWidth(0, width, subsamp); in tjDecodeYUV()
1595 strides[0] = PAD(pw0, pad); in tjDecodeYUV()
1800 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
1834 pw0 = tjPlaneWidth(0, width, jpegSubsamp); in tjDecompressToYUV2()
1837 strides[0] = PAD(pw0, pad); in tjDecompressToYUV2()