Searched refs:coeff_model (Results 1 – 1 of 1) sorted by relevance
260 static int vp6_build_huff_tree(VP56Context *s, uint8_t coeff_model[], in vp6_build_huff_tree() argument269 a = tmp[i].count * coeff_model[i] >> 8; in vp6_build_huff_tree()270 b = tmp[i].count * (255 - coeff_model[i]) >> 8; in vp6_build_huff_tree()