Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp5.c149 model->coeff_dccv[pt][node] = def_prob[node]; in vp5_parse_coeff_models()
151 model->coeff_dccv[pt][node] = def_prob[node]; in vp5_parse_coeff_models()
169 …model->coeff_dcct[pt][ctx][node] = av_clip(((model->coeff_dccv[pt][node] * vp5_dccv_lc[node][ctx][… in vp5_parse_coeff_models()
203 model1 = model->coeff_dccv[pt]; in vp5_parse_coeff()
Dvp6.c297 model->coeff_dccv[pt][node] = def_prob[node]; in vp6_parse_coeff_models()
299 model->coeff_dccv[pt][node] = def_prob[node]; in vp6_parse_coeff_models()
327 if (vp6_build_huff_tree(s, model->coeff_dccv[pt], in vp6_parse_coeff_models()
346 …model->coeff_dcct[pt][ctx][node] = av_clip(((model->coeff_dccv[pt][node] * vp6_dccv_lc[ctx][node][… in vp6_parse_coeff_models()
489 model1 = model->coeff_dccv[pt]; in vp6_parse_coeff()
Dvp56.h117 uint8_t coeff_dccv[2][11]; /* DC coeff value */ member