Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c747 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
782 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()