Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp8data.h84 static const int vp7_mode_contexts[31][4] = { variable
H A Dvp8.c1077 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_ZERO]][0])) { in vp7_decode_mvs()
1080 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAREST]][1])) { in vp7_decode_mvs()
1082 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAR]][2])) { in vp7_decode_mvs()
1089 if (vp56_rac_get_prob_branchy(c, vp7_mode_contexts[cnt[CNT_NEAR]][3])) { in vp7_decode_mvs()

Completed in 6 milliseconds