Searched refs:JDCT_ISLOW (Results 1 – 5 of 5) sorted by relevance
106 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()110 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()114 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()118 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()122 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()126 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()130 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()134 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()232 case JDCT_ISLOW: in start_pass()234 method = JDCT_ISLOW; in start_pass()[all …]
205 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()209 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()213 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()217 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()221 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()225 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()229 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()233 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()331 case JDCT_ISLOW: in start_pass_fdctmgr()333 method = JDCT_ISLOW; in start_pass_fdctmgr()[all …]
181 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()293 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
139 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()221 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
241 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator247 #define JDCT_DEFAULT JDCT_ISLOW