Searched refs:tjDecompressToYUV2 (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 49 tjDecompressToYUV2;
|
D | turbojpeg-mapfile.jni | 75 tjDecompressToYUV2;
|
D | turbojpeg.h | 1279 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf,
|
D | tjbench.c | 208 if (tjDecompressToYUV2(handle, jpegBuf[tile], jpegSize[tile], yuvBuf, in decomp()
|
D | turbojpeg.c | 1795 DLLEXPORT int tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompressToYUV2() function 1863 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags); in tjDecompressToYUV()
|
D | ChangeLog.md | 275 3. Fixed out-of-bounds write in `tjDecompressToYUV2()` and 284 decompress some such images using `tjDecompressToYUV2()` or 420 `tjDecompressToYUVPlanes()`, `tjDecompressToYUV2()`, or the equivalent Java 831 header using the `tjDecompressToYUV2()` function would cause the function to 833 stack. This only occurred if `tjDecompressToYUV2()` was called prior to
|
D | tjunittest.c | 468 TRY_TJ(tjDecompressToYUV2(handle, jpegBuf, jpegSize, yuvBuf, scaledWidth, in _decompTest()
|