Lines Matching refs:jpegheight
1284 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1321 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompress2()
1323 if (height == 0) height = jpegheight; in tjDecompress2()
1326 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompress2()
1622 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1675 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUVPlanes()
1677 if (height == 0) height = jpegheight; in tjDecompressToYUVPlanes()
1680 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUVPlanes()
1801 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1821 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUV2()
1823 if (height == 0) height = jpegheight; in tjDecompressToYUV2()
1827 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUV2()