Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjbench.c88 int scaledw=TJSCALED(w, sf); in decomptest()
89 int scaledh=TJSCALED(h, sf); in decomptest()
420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in dodecomptest()
Dtjunittest.c278 int scaledWidth=TJSCALED(w, sf); in _decompTest()
279 int scaledHeight=TJSCALED(h, sf); in _decompTest()
/external/libvncserver/common/
Dturbojpeg.h287 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \ macro
Dturbojpeg.c791 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
792 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompress2()
/external/libjpeg-turbo/
Dtjbench.c113 int scaledw=TJSCALED(w, sf); in decomp()
114 int scaledh=TJSCALED(h, sf); in decomp()
558 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf)); in decompTest()
Dturbojpeg.h598 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \ macro
Dturbojpeg.c1379 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2()
1380 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompress2()
1754 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUVPlanes()
1755 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompressToYUVPlanes()
1900 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompressToYUV2()
1901 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompressToYUV2()
Dtjunittest.c460 int scaledWidth=TJSCALED(w, sf); in _decompTest()
461 int scaledHeight=TJSCALED(h, sf); in _decompTest()
Dturbojpeg-jni.c751 scaledWidth=TJSCALED(jpegWidth, sf[i]); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
752 scaledHeight=TJSCALED(jpegHeight, sf[i]); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()