Lines Matching refs:jpegwidth
1239 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1267 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompress2()
1268 if (width == 0) width = jpegwidth; in tjDecompress2()
1271 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1565 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1609 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUVPlanes()
1610 if (width == 0) width = jpegwidth; in tjDecompressToYUVPlanes()
1613 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1737 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1757 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUV2()
1758 if (width == 0) width = jpegwidth; in tjDecompressToYUV2()
1762 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2()