Searched refs:tjDecompress2 (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 32 tjDecompress2;
|
D | turbojpeg-mapfile.jni | 32 tjDecompress2;
|
D | turbojpeg.h | 1216 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf,
|
D | tjexample.c | 335 if (tjDecompress2(tjInstance, jpegBuf, jpegSize, imgBuf, width, 0, height, in main()
|
D | tjunittest.c | 469 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|
D | tjbench.c | 206 } else if (tjDecompress2(handle, jpegBuf[tile], jpegSize[tile], in decomp()
|
D | turbojpeg.c | 1233 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() function 1319 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
|
D | turbojpeg-jni.c | 684 if (tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()
|