Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp5data.h124 static const int16_t vp5_ract_lc[3][3][5][6][2] = { variable
H A Dvp5.c178 model->coeff_acct[pt][ct][cg][ctx][node] = av_clip(((model->coeff_ract[pt][ct][cg][node] * vp5_ract_lc[ct][cg][node][ctx][0] + 128) >> 8) + vp5_ract_lc[ct][cg][node][ctx][1], 1, 254); in vp5_parse_coeff_models()

Completed in 1 milliseconds