• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/

Lines Matching refs:method

31  * The multiplier table contents are IDCT-method-dependent.  To support
32 * application changes in IDCT method between scans, we can remake the
46 /* This array contains the IDCT method code that each multiplier table
94 int method = 0;
105 method = JDCT_ISLOW; /* jidctint uses islow-style table */
109 method = JDCT_ISLOW; /* jidctint uses islow-style table */
113 method = JDCT_ISLOW; /* jidctint uses islow-style table */
117 method = JDCT_ISLOW; /* jidctint uses islow-style table */
121 method = JDCT_ISLOW; /* jidctint uses islow-style table */
125 method = JDCT_ISLOW; /* jidctint uses islow-style table */
129 method = JDCT_ISLOW; /* jidctint uses islow-style table */
133 method = JDCT_ISLOW; /* jidctint uses islow-style table */
137 method = JDCT_ISLOW; /* jidctint uses islow-style table */
141 method = JDCT_ISLOW; /* jidctint uses islow-style table */
145 method = JDCT_ISLOW; /* jidctint uses islow-style table */
149 method = JDCT_ISLOW; /* jidctint uses islow-style table */
153 method = JDCT_ISLOW; /* jidctint uses islow-style table */
157 method = JDCT_ISLOW; /* jidctint uses islow-style table */
161 method = JDCT_ISLOW; /* jidctint uses islow-style table */
165 method = JDCT_ISLOW; /* jidctint uses islow-style table */
169 method = JDCT_ISLOW; /* jidctint uses islow-style table */
173 method = JDCT_ISLOW; /* jidctint uses islow-style table */
177 method = JDCT_ISLOW; /* jidctint uses islow-style table */
181 method = JDCT_ISLOW; /* jidctint uses islow-style table */
185 method = JDCT_ISLOW; /* jidctint uses islow-style table */
189 method = JDCT_ISLOW; /* jidctint uses islow-style table */
193 method = JDCT_ISLOW; /* jidctint uses islow-style table */
197 method = JDCT_ISLOW; /* jidctint uses islow-style table */
201 method = JDCT_ISLOW; /* jidctint uses islow-style table */
205 method = JDCT_ISLOW; /* jidctint uses islow-style table */
209 method = JDCT_ISLOW; /* jidctint uses islow-style table */
213 method = JDCT_ISLOW; /* jidctint uses islow-style table */
217 method = JDCT_ISLOW; /* jidctint uses islow-style table */
221 method = JDCT_ISLOW; /* jidctint uses islow-style table */
225 method = JDCT_ISLOW; /* jidctint uses islow-style table */
233 method = JDCT_ISLOW;
239 method = JDCT_IFAST;
245 method = JDCT_FLOAT;
266 if (! compptr->component_needed || idct->cur_method[ci] == method)
271 idct->cur_method[ci] = method;
272 switch (method) {
276 /* For LL&M IDCT method, multipliers are equal to raw quantization
289 /* For AA&N IDCT method, multipliers are equal to quantization
323 /* For float AA&N IDCT method, multipliers are equal to quantization
379 /* Mark multiplier table not yet set up for any method */