Searched refs:TJSCALED (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | tjbench.c | 153 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()
|
D | turbojpeg.h | 675 #define TJSCALED(dimension, scalingFactor) \ macro
|
D | turbojpeg.c | 1325 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()
|
D | tjunittest.c | 439 int scaledWidth = TJSCALED(w, sf); in _decompTest() 440 int scaledHeight = TJSCALED(h, sf); in _decompTest()
|
D | turbojpeg-jni.c | 810 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()
|