Searched refs:vp8_mode_contexts (Results 1 – 4 of 4) sorted by relevance
186 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()
14 const int vp8_mode_contexts[6][4] = variable
19 extern const int vp8_mode_contexts[6][4];
428 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()