Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h397 #define TJFLAG_FASTDCT 2048 macro
Dtjexample.c243 flags |= TJFLAG_FASTDCT; in main()
Dturbojpeg.c1273 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; in tjDecompress2()
1445 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; in tjDecodeYUVPlanes()
1681 if (flags & TJFLAG_FASTDCT) dinfo->dct_method = JDCT_FASTEST; in tjDecompressToYUVPlanes()
Dtjbench.c858 flags |= TJFLAG_FASTDCT; in main()
DChangeLog.md1027 4. The `tjDecompressToYUV()` function now supports the `TJFLAG_FASTDCT` flag.