Searched refs:tjDecompress2 (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 32 tjDecompress2;
|
D | turbojpeg-mapfile.jni | 32 tjDecompress2;
|
D | turbojpeg.h | 1134 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
D | tjunittest.c | 508 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|
D | turbojpeg.c | 1375 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, in tjDecompress2() function 1484 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
|
D | tjbench.c | 180 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, in decomp()
|
D | turbojpeg-jni.c | 656 if(tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
D | turbojpeg.c | 746 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/ |
D | tjbench.c | 115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest() 129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, in decomptest()
|
D | tjunittest.c | 299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|