Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjbench.c153 int scaledw = TJSCALED(w, sf); in decomp()
154 int scaledh = TJSCALED(h, sf); in decomp()
620 fprintf(stderr, " --> %d x %d", TJSCALED(tw, sf), TJSCALED(th, sf)); in decompTest()
Dturbojpeg.h675 #define TJSCALED(dimension, scalingFactor) \ macro
Dturbojpeg.c1325 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1326 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompress2()
1679 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1680 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUVPlanes()
1826 scaledw = TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2()
1827 scaledh = TJSCALED(jpegheight, sf[i]); in tjDecompressToYUV2()
Dtjunittest.c439 int scaledWidth = TJSCALED(w, sf); in _decompTest()
440 int scaledHeight = TJSCALED(h, sf); in _decompTest()
Dturbojpeg-jni.c810 scaledWidth = TJSCALED(jpegWidth, sf[i]); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
811 scaledHeight = TJSCALED(jpegHeight, sf[i]); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()