Home
last modified time | relevance | path

Searched refs:vp8_mode_contexts (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp8data.h118 static const int vp8_mode_contexts[6][4] = { variable
Dvp8.c1163 if (vp56_rac_get_prob_branchy(c, vp8_mode_contexts[cnt[CNT_ZERO]][0])) { in vp8_decode_mvs()
1177 if (vp56_rac_get_prob_branchy(c, vp8_mode_contexts[cnt[CNT_NEAREST]][1])) { in vp8_decode_mvs()
1178 if (vp56_rac_get_prob_branchy(c, vp8_mode_contexts[cnt[CNT_NEAR]][2])) { in vp8_decode_mvs()
1185 if (vp56_rac_get_prob_branchy(c, vp8_mode_contexts[cnt[CNT_SPLITMV]][3])) { in vp8_decode_mvs()