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 | 1227 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf,
|
D | tjbench.c | 216 } else if (tjDecompress2(handle, jpegBuf[tile], jpegSize[tile], in decomp()
|
D | turbojpeg.c | 1278 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() function 1373 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
|
D | tjunittest.c | 486 TRY_TJ(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|
D | turbojpeg-jni.c | 707 if (tjDecompress2(handle, jpegBuf, (unsigned long)jpegSize, in TJDecompressor_decompress()
|
/external/oss-fuzz/projects/libjpeg-turbo/ |
D | libjpeg_turbo_fuzzer.cc | 44 tjDecompress2( in LLVMFuzzerTestOneInput()
|