Searched refs:jpegwidth (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 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() [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()
|