Searched refs:jpegwidth (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 1248 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local 1276 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompress2() 1277 if (width == 0) width = jpegwidth; in tjDecompress2() 1280 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompress2() 1574 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local 1618 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUVPlanes() 1619 if (width == 0) width = jpegwidth; in tjDecompressToYUVPlanes() 1622 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes() 1746 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local 1766 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUV2() [all …]
|