Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dfindnearmv.c152 p[0] = vp8_mode_contexts[near_mv_ref_ct[0]][0]; in vp8_mv_ref_probs()
153 p[1] = vp8_mode_contexts[near_mv_ref_ct[1]][1]; in vp8_mv_ref_probs()
154 p[2] = vp8_mode_contexts[near_mv_ref_ct[2]][2]; in vp8_mv_ref_probs()
155 p[3] = vp8_mode_contexts[near_mv_ref_ct[3]][3]; in vp8_mv_ref_probs()
Dmodecont.c13 const int vp8_mode_contexts[6][4] = { variable
Dmodecont.h18 extern const int vp8_mode_contexts[6][4];
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c362 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_INTRA]][0])) { in read_mb_modes_mv()
379 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_NEAREST]][1])) { in read_mb_modes_mv()
380 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_NEAR]][2])) { in read_mb_modes_mv()
407 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_SPLITMV]][3])) { in read_mb_modes_mv()