Lines Matching refs:scaledh
1371 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1411 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompress2()
1412 if(scaledw<=width && scaledh<=height) in tjDecompress2()
1417 width=scaledw; height=scaledh; in tjDecompress2()
1737 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1787 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompressToYUVPlanes()
1788 if(scaledw<=width && scaledh<=height) in tjDecompressToYUVPlanes()
1796 width=scaledw; height=scaledh; in tjDecompressToYUVPlanes()
1912 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1939 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompressToYUV2()
1940 if(scaledw<=width && scaledh<=height) in tjDecompressToYUV2()