Searched refs:TJFLAG_FASTUPSAMPLE (Results 1 – 4 of 4) sorted by relevance
381 #define TJFLAG_FASTUPSAMPLE 256 macro1706 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE
873 flags |= TJFLAG_FASTUPSAMPLE; in main()
1319 if (flags & TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling = FALSE; in tjDecompress2()1735 if (flags & TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling = FALSE; in tjDecompressToYUVPlanes()
549 flags |= TJFLAG_FASTUPSAMPLE; in doTest()