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.h1227 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf,
Dtjbench.c216 } else if (tjDecompress2(handle, jpegBuf[tile], jpegSize[tile], in decomp()
Dturbojpeg.c1278 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() function
1373 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
Dtjunittest.c486 TRY_TJ(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
Dturbojpeg-jni.c707 if (tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()
/external/oss-fuzz/projects/libjpeg-turbo/
Dlibjpeg_turbo_fuzzer.cc44 tjDecompress2( in LLVMFuzzerTestOneInput()