Lines Matching refs:scaledh
1248 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1281 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompress2()
1282 if (scaledw <= width && scaledh <= height) in tjDecompress2()
1287 width = scaledw; height = scaledh; in tjDecompress2()
1574 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1623 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUVPlanes()
1624 if (scaledw <= width && scaledh <= height) in tjDecompressToYUVPlanes()
1632 width = scaledw; height = scaledh; in tjDecompressToYUVPlanes()
1746 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1772 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUV2()
1773 if (scaledw <= width && scaledh <= height) in tjDecompressToYUV2()