Searched refs:coeff_num (Results 1 – 1 of 1) sorted by relevance
517 int16_t *dst, int mul, int shift, int coeff_num) in dequant() argument524 while (--coeff_num >= 0) { in dequant()525 pos += run_buf[coeff_num]; in dequant()532 dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift; in dequant()