Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp5.c166 /* 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()
205 model2 = model->coeff_dcct[pt][ctx]; in vp5_parse_coeff()
H A Dvp56.h120 uint8_t coeff_dcct[2][36][5]; /* DC coeff coding type */ member
H A Dvp6.c345 /* 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()
493 model2 = model->coeff_dcct[pt][ctx]; in vp6_parse_coeff()

Completed in 3 milliseconds