Searched refs:get_mbmi (Results 1 – 1 of 1) sorted by relevance
18 static INLINE const MB_MODE_INFO *get_mbmi(const MODE_INFO *const mi) { in get_mbmi() function28 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_switchable_interp()31 const MB_MODE_INFO *const above_mbmi = get_mbmi(get_above_mi(xd)); in vp9_get_pred_context_switchable_interp()53 const MB_MODE_INFO *const above_mbmi = get_mbmi(get_above_mi(xd)); in vp9_get_intra_inter_context()54 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_intra_inter_context()73 const MB_MODE_INFO *const above_mbmi = get_mbmi(get_above_mi(xd)); in vp9_get_reference_mode_context()74 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_reference_mode_context()116 const MB_MODE_INFO *const above_mbmi = get_mbmi(get_above_mi(xd)); in vp9_get_pred_context_comp_ref_p()117 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_comp_ref_p()197 const MB_MODE_INFO *const above_mbmi = get_mbmi(get_above_mi(xd)); in vp9_get_pred_context_single_ref_p1()[all …]