Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8data.h84 static const int vp7_mode_contexts[31][4] = { variable
Dvp8.c1073 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_ZERO]][0])) { in vp7_decode_mvs()
1076 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAREST]][1])) { in vp7_decode_mvs()
1078 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAR]][2])) { in vp7_decode_mvs()
1085 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAR]][3])) { in vp7_decode_mvs()