Lines Matching refs:scaledw
1284 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1325 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1327 if (scaledw <= width && scaledh <= height) in tjDecompress2()
1332 width = scaledw; height = scaledh; in tjDecompress2()
1622 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1679 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1681 if (scaledw <= width && scaledh <= height) in tjDecompressToYUVPlanes()
1689 width = scaledw; height = scaledh; in tjDecompressToYUVPlanes()
1801 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1826 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2()
1828 if (scaledw <= width && scaledh <= height) in tjDecompressToYUV2()