Home
last modified time | relevance | path

Searched refs:jpegwidth (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.c1380 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1414 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2()
1415 if(width==0) width=jpegwidth; in tjDecompress2()
1419 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1746 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1790 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUVPlanes()
1791 if(width==0) width=jpegwidth; in tjDecompressToYUVPlanes()
1795 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1921 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1941 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUV2()
[all …]
/external/libvncserver/common/
Dturbojpeg.c751 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()