Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c1371 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
1405 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompress2()
1406 if(width==0) width=jpegwidth; in tjDecompress2()
1410 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1737 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local
1781 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height; in tjDecompressToYUVPlanes()
1782 if(width==0) width=jpegwidth; in tjDecompressToYUVPlanes()
1786 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1912 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local
1932 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()