Home
last modified time | relevance | path

Searched refs:TJFLAG_FASTDCT (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.h398 #define TJFLAG_FASTDCT 2048 macro
Dturbojpeg.c1318 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; in tjDecompress2()
1493 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; in tjDecodeYUVPlanes()
1736 if (flags & TJFLAG_FASTDCT) dinfo->dct_method = JDCT_FASTEST; in tjDecompressToYUVPlanes()
Dtjbench.c876 flags |= TJFLAG_FASTDCT; in main()
DChangeLog.md1368 4. The `tjDecompressToYUV()` function now supports the `TJFLAG_FASTDCT` flag.