• Home
  • Raw
  • Download

Lines Matching refs:method

95   int method = 0;  in start_pass()  local
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()
138 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
142 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
146 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
150 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
154 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
158 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
162 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
166 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
170 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
174 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
178 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
182 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
186 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
190 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
194 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
198 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
202 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
206 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
210 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
214 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
218 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
222 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
226 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
234 method = JDCT_ISLOW; in start_pass()
240 method = JDCT_IFAST; in start_pass()
246 method = JDCT_FLOAT; in start_pass()
267 if (! compptr->component_needed || idct->cur_method[ci] == method) in start_pass()
272 idct->cur_method[ci] = method; in start_pass()
273 switch (method) { in start_pass()