Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile32 tjDecompress2;
Dturbojpeg-mapfile.jni32 tjDecompress2;
Dturbojpeg.h1216 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf,
Dtjexample.c335 if (tjDecompress2(tjInstance, jpegBuf, jpegSize, imgBuf, width, 0, height, in main()
Dtjunittest.c469 TRY_TJ(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
Dtjbench.c212 } else if (tjDecompress2(handle, jpegBuf[tile], jpegSize[tile], in decomp()
Dturbojpeg.c1242 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() function
1328 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
Dturbojpeg-jni.c684 if (tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()