Home
last modified time | relevance | path

Searched refs:coeff_num (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavsdec.c517 int16_t *dst, int mul, int shift, int coeff_num) in dequant() argument
524 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()