Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:dct_method

245 		if(jpegQual>=96 || flags&TJFLAG_ACCURATEDCT) cinfo->dct_method=JDCT_ISLOW;
246 else cinfo->dct_method=JDCT_FASTEST;
325 if(flags&TJFLAG_FASTDCT) dinfo->dct_method=JDCT_FASTEST;
1812 if(flags&TJFLAG_FASTDCT) dinfo->dct_method=JDCT_FASTEST;