Searched refs:tjDecompressToYUV (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 21 tjDecompressToYUV;
|
D | turbojpeg-mapfile.jni | 21 tjDecompressToYUV;
|
D | turbojpeg.h | 1741 DLLEXPORT int tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf,
|
D | turbojpeg.c | 1371 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags); in tjDecompress() 1859 DLLEXPORT int tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, in tjDecompressToYUV() function
|
D | turbojpeg-jni.c | 890 if (tjDecompressToYUV(handle, jpegBuf, (unsigned long)jpegSize, dstBuf, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
|
D | ChangeLog.md | 1368 4. The `tjDecompressToYUV()` function now supports the `TJFLAG_FASTDCT` flag. 1646 `tjDecompressToYUV()`, to replace the somewhat hackish `TJ_YUV` flag.
|