Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.h740 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
Dtjbench.c131 else if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest()
150 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, in decomptest()
Dturbojpeg-jni.c411 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()
Dtjunittest.c434 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
Dturbojpeg.c939 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2() function
1047 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()