Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile32 tjDecompress2;
Dturbojpeg-mapfile.jni32 tjDecompress2;
Dturbojpeg.h1134 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
Dtjunittest.c508 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
Dturbojpeg.c1375 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, in tjDecompress2() function
1484 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
Dtjbench.c180 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, in decomp()
Dturbojpeg-jni.c656 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()
/external/libvncserver/common/
Dturbojpeg.h466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
Dturbojpeg.c746 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2() function
852 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
/external/libvncserver/test/
Dtjbench.c115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest()
129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, in decomptest()
Dtjunittest.c299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()