Lines Matching refs:jpegwidth
1340 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1374 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2()
1375 if(width==0) width=jpegwidth; in tjDecompress2()
1379 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1705 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1749 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUVPlanes()
1750 if(width==0) width=jpegwidth; in tjDecompressToYUVPlanes()
1754 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1880 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1894 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUV2()
1895 if(width==0) width=jpegwidth; in tjDecompressToYUV2()
1900 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2()