Searched refs:tjDecompress2 (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | turbojpeg.h | 740 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
D | tjbench.c | 131 else if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest() 150 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, in decomptest()
|
D | turbojpeg-jni.c | 411 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() 462 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII()
|
D | tjunittest.c | 434 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|
D | turbojpeg.c | 939 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2() function 1047 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
|