Searched refs:TJFLAG_FASTDCT (Results 1 – 4 of 4) sorted by relevance
398 #define TJFLAG_FASTDCT 2048 macro
1318 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()
876 flags |= TJFLAG_FASTDCT; in main()
1368 4. The `tjDecompressToYUV()` function now supports the `TJFLAG_FASTDCT` flag.