Lines Matching refs:quant
197 const int *quant = quant_table;
201 for (i = 0; i < 8; i++, quant++, coeff++, de_coeff++) {
202 *coeff >>= *quant;
206 *de_coeff = *coeff << *quant;
213 const int *quant = quant_table;
217 for (i = 0; i < 8; i++, quant++, coeff++)
218 *coeff <<= *quant;
223 const int *quant = quant_table_p;
227 for (i = 0; i < 8; i++, quant++, coeff++, de_coeff++) {
228 *coeff >>= *quant;
232 *de_coeff = *coeff << *quant;
239 const int *quant = quant_table_p;
243 for (i = 0; i < 8; i++, quant++, coeff++)
244 *coeff <<= *quant;