Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp6.c260 static int vp6_build_huff_tree(VP56Context *s, uint8_t coeff_model[], in vp6_build_huff_tree() argument
269 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()