Searched refs:jpegwidth (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 1390 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local 1423 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2() 1424 if(width==0) width=jpegwidth; in tjDecompress2() 1428 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2() 1765 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local 1808 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUVPlanes() 1809 if(width==0) width=jpegwidth; in tjDecompressToYUVPlanes() 1813 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes() 1945 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local 1965 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUV2() [all …]
|
/external/libvncserver/common/ |
D | turbojpeg.c | 751 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local 786 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2() 787 if(width==0) width=jpegwidth; in tjDecompress2() 791 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
|