Searched refs:JDCT_ISLOW (Results 1 – 9 of 9) 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()
183 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()282 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
247 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator253 #define JDCT_DEFAULT JDCT_ISLOW
152 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()247 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
970 JDCT_ISLOW: slow but accurate integer algorithm973 JDCT_DEFAULT: default method (normally JDCT_ISLOW)976 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary981 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,983 JDCT_ISLOW, but this can be larger for some images. Do not use988 above 97, so it will be slower than JDCT_ISLOW. JDCT_FLOAT is mainly a1271 JDCT_ISLOW: slow but accurate integer algorithm1274 JDCT_DEFAULT: default method (normally JDCT_ISLOW)1277 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary1283 between JDCT_IFAST and JDCT_ISLOW becomes more pronounced. With images[all …]
271 cinfo->dct_method = JDCT_ISLOW; in setCompDefaults()
143 flags_.dct_method = JDCT_ISLOW; in DecodeImageOp()
1302 jpeg_info.dct_method=JDCT_ISLOW; in ReadJPEGImage()2407 jpeg_info.dct_method=JDCT_ISLOW; in WriteJPEGImage()