Searched refs:jpegwidth (Results 1 – 1 of 1) sorted by relevance
747 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local782 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2()783 if(width==0) width=jpegwidth; in tjDecompress2()787 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()