Searched refs:JDCT_ISLOW (Results 1 – 10 of 10) sorted by relevance
113 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()120 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()124 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()131 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()135 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()144 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()148 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()154 case JDCT_ISLOW: in start_pass()159 method = JDCT_ISLOW; in start_pass()188 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()[all …]
256 case JDCT_ISLOW: in start_pass_fdctmgr()635 case JDCT_ISLOW: in jinit_forward_dct()669 case JDCT_ISLOW: in jinit_forward_dct()
177 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()274 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
147 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()240 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
247 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator253 #define JDCT_DEFAULT JDCT_ISLOW
968 JDCT_ISLOW: slow but accurate integer algorithm971 JDCT_DEFAULT: default method (normally JDCT_ISLOW)974 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary979 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,981 JDCT_ISLOW, but this can be larger for some images. Do not use986 above 97, so it will be slower than JDCT_ISLOW. JDCT_FLOAT is mainly a1269 JDCT_ISLOW: slow but accurate integer algorithm1272 JDCT_DEFAULT: default method (normally JDCT_ISLOW)1275 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary1281 between JDCT_IFAST and JDCT_ISLOW becomes more pronounced. With images[all …]
246 if(jpegQual>=96 || flags&TJFLAG_ACCURATEDCT) cinfo->dct_method=JDCT_ISLOW; in setCompDefaults()
143 flags_.dct_method = JDCT_ISLOW; in DecodeImageOp()
187 if(jpegQual>=96) cinfo->dct_method=JDCT_ISLOW; in setCompDefaults()
1218 jpeg_info.dct_method=JDCT_ISLOW; in ReadJPEGImage()2277 jpeg_info.dct_method=JDCT_ISLOW; in WriteJPEGImage()