Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp5.c150 model->coeff_dccv[pt][node] = def_prob[node]; in vp5_parse_coeff_models()
152 model->coeff_dccv[pt][node] = def_prob[node]; in vp5_parse_coeff_models()
166 /* coeff_dcct is a linear combination of coeff_dccv */ in vp5_parse_coeff_models()
170 model->coeff_dcct[pt][ctx][node] = av_clip(((model->coeff_dccv[pt][node] * vp5_dccv_lc[node][ctx][0] + 128) >> 8) + vp5_dccv_lc[node][ctx][1], 1, 254); in vp5_parse_coeff_models()
204 model1 = model->coeff_dccv[pt]; in vp5_parse_coeff()
H A Dvp6.c300 model->coeff_dccv[pt][node] = def_prob[node]; in vp6_parse_coeff_models()
302 model->coeff_dccv[pt][node] = def_prob[node]; in vp6_parse_coeff_models()
330 if (vp6_build_huff_tree(s, model->coeff_dccv[pt], in vp6_parse_coeff_models()
345 /* coeff_dcct is a linear combination of coeff_dccv */ in vp6_parse_coeff_models()
349 model->coeff_dcct[pt][ctx][node] = av_clip(((model->coeff_dccv[pt][node] * vp6_dccv_lc[ctx][node][0] + 128) >> 8) + vp6_dccv_lc[ctx][node][1], 1, 255); in vp6_parse_coeff_models()
492 model1 = model->coeff_dccv[pt]; in vp6_parse_coeff()
H A Dvp56.h117 uint8_t coeff_dccv[2][11]; /* DC coeff value */ member

Completed in 4 milliseconds