Searched refs:TJFLAG_FASTUPSAMPLE (Results 1 – 4 of 4) sorted by relevance
260 #define TJFLAG_FASTUPSAMPLE 256 macro900 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE
504 flags|=TJFLAG_FASTUPSAMPLE; in doTest()
976 if(flags&TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling=FALSE; in tjDecompress2()1126 if(flags&TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling=FALSE; in tjDecompressToYUV()
805 flags|=TJFLAG_FASTUPSAMPLE; in main()