Lines Matching refs:qmul
809 const int16_t *band_counts, int16_t *qmul) in decode_coeffs_b_generic() argument
914 STORE_COEF(coef, rc, (int)((vp8_rac_get(c) ? -val : val) * (unsigned)qmul[!!i]) / 2); in decode_coeffs_b_generic()
916 STORE_COEF(coef, rc, (vp8_rac_get(c) ? -val : val) * (unsigned)qmul[!!i]); in decode_coeffs_b_generic()
928 int16_t *qmul) in decode_coeffs_b_8bpp() argument
931 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_8bpp()
938 int16_t *qmul) in decode_coeffs_b32_8bpp() argument
941 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_8bpp()
948 int16_t *qmul) in decode_coeffs_b_16bpp() argument
951 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_16bpp()
958 int16_t *qmul) in decode_coeffs_b32_16bpp() argument
961 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_16bpp()
976 int16_t (*qmul)[2] = s->s.h.segmentation.feat[b->seg_id].qmul; in decode_coeffs() local
1011 ynbs[txtp], y_band_counts, qmul[0]); \ in decode_coeffs()
1085 uvscan, uvnb, uv_band_counts, qmul[1]); \ in decode_coeffs()