Lines Matching refs:quant
198 const int *quant = quant_table;
202 for (i = 0; i < 8; i++, quant++, coeff++, de_coeff++) {
203 *coeff >>= *quant;
207 *de_coeff = *coeff << *quant;
214 const int *quant = quant_table;
218 for (i = 0; i < 8; i++, quant++, coeff++)
219 *coeff <<= *quant;
224 const int *quant = quant_table_p;
228 for (i = 0; i < 8; i++, quant++, coeff++, de_coeff++) {
229 *coeff >>= *quant;
233 *de_coeff = *coeff << *quant;
240 const int *quant = quant_table_p;
244 for (i = 0; i < 8; i++, quant++, coeff++)
245 *coeff <<= *quant;