Searched refs:scaledw (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 1284 int i, retval = 0, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local 1325 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompress2() 1327 if (scaledw <= width && scaledh <= height) in tjDecompress2() 1332 width = scaledw; height = scaledh; in tjDecompress2() 1622 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; in tjDecompressToYUVPlanes() local 1679 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes() 1681 if (scaledw <= width && scaledh <= height) in tjDecompressToYUVPlanes() 1689 width = scaledw; height = scaledh; in tjDecompressToYUVPlanes() 1801 int i, jpegwidth, jpegheight, scaledw, scaledh; in tjDecompressToYUV2() local 1826 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2() [all …]
|
D | tjbench.c | 153 int scaledw = TJSCALED(w, sf); in decomp() local 155 int pitch = scaledw * ps; in decomp() 180 int width = doTile ? tilew : scaledw; in decomp() 202 int width = doTile ? min(tilew, w - col * tilew) : scaledw; in decomp() 274 if (tjSaveImage(tempStr, dstBuf, scaledw, 0, scaledh, pf, flags) == -1) in decomp()
|