Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.c186 p[0] = vp8_mode_contexts [near_mv_ref_ct[0]] [0]; in vp8_mv_ref_probs()
187 p[1] = vp8_mode_contexts [near_mv_ref_ct[1]] [1]; in vp8_mv_ref_probs()
188 p[2] = vp8_mode_contexts [near_mv_ref_ct[2]] [2]; in vp8_mv_ref_probs()
189 p[3] = vp8_mode_contexts [near_mv_ref_ct[3]] [3]; in vp8_mv_ref_probs()
Dmodecont.c14 const int vp8_mode_contexts[6][4] = variable
Dmodecont.h19 extern const int vp8_mode_contexts[6][4];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c428 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_INTRA]] [0]) ) in read_mb_modes_mv()
448 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_NEAREST]] [1]) ) in read_mb_modes_mv()
451 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_NEAR]] [2]) ) in read_mb_modes_mv()
479 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_SPLITMV]] [3]) ) in read_mb_modes_mv()