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