Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp6data.h134 static const int vp6_dccv_lc[3][5][2] = { variable
H A Dvp6.c349 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()

Completed in 2 milliseconds