Home
last modified time | relevance | path

Searched refs:model1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp5.c187 uint8_t *model1, *model2; in vp5_parse_coeff() local
204 model1 = model->coeff_dccv[pt]; in vp5_parse_coeff()
213 idx = vp56_rac_get_tree(c, ff_vp56_pc_tree, model1); in vp5_parse_coeff()
220 coeff = 3 + vp56_rac_get_prob(c, model1[5]); in vp5_parse_coeff()
251 model1 = model->coeff_ract[pt][ct][cg]; in vp5_parse_coeff()
252 model2 = cg > 2 ? model1 : model->coeff_acct[pt][ct][cg][ctx]; in vp5_parse_coeff()
H A Dvp6.c474 uint8_t *model1, *model2, *model3; in vp6_parse_coeff() local
492 model1 = model->coeff_dccv[pt]; in vp6_parse_coeff()
501 idx = vp56_rac_get_tree(c, ff_vp56_pc_tree, model1); in vp6_parse_coeff()
507 coeff = 3 + vp56_rac_get_prob(c, model1[5]); in vp6_parse_coeff()
541 model1 = model2 = model->coeff_ract[pt][ct][cg]; in vp6_parse_coeff()

Completed in 3 milliseconds