Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp5data.h91 static const int16_t vp5_dccv_lc[5][36][2] = { variable
H A Dvp5.c170 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()

Completed in 2 milliseconds