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()634 case JDCT_ISLOW: in jinit_forward_dct()668 case JDCT_ISLOW: in jinit_forward_dct()
222 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()323 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
253 JDCT_ISLOW, /* accurate integer method */ enumerator259 #define JDCT_DEFAULT JDCT_ISLOW
153 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()253 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
972 JDCT_ISLOW: accurate integer method975 JDCT_DEFAULT: default method (normally JDCT_ISLOW)984 instructions, JDCT_IFAST and JDCT_ISLOW have similar performance. On986 JDCT_ISLOW.991 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,993 JDCT_ISLOW, but this can be larger for some images. Do not use998 above 97, so it will be slower than JDCT_ISLOW.1001 JDCT_ISLOW, and it is much slower. JDCT_FLOAT may also give different1281 JDCT_ISLOW: accurate integer method1284 JDCT_DEFAULT: default method (normally JDCT_ISLOW)[all …]
305 cinfo->dct_method = JDCT_ISLOW; in setCompDefaults()
89 flags.dct_method = JDCT_ISLOW; in LoadImageJpeg()
124 flags_.dct_method = JDCT_ISLOW; in DecodeImageV2Op()
1260 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()2370 jpeg_info->dct_method=JDCT_ISLOW; in WriteJPEGImage_()