Searched defs:left_mbmi (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c67 const MB_MODE_INFO *const left_mbmi = get_left_mbmi(left_mi); local
71 const int left_intra = left_in_image ? !is_inter_block(left_mbmi) : 1;
95 const MB_MODE_INFO *const left_mbmi = get_left_mbmi(left_mi); local
103 if (!has_second_ref(above_mbmi) && !has_second_ref(left_mbmi))
106 (left_mbmi->ref_frame[0] == cm->comp_fixed_ref);
111 else if (!has_second_ref(left_mbmi))
113 pred_context = 2 + (left_mbmi->ref_frame[0] == cm->comp_fixed_ref ||
114 !is_inter_block(left_mbmi));
118 const MB_MODE_INFO *edge_mbmi = above_in_image ? above_mbmi : left_mbmi;
140 const MB_MODE_INFO *const left_mbmi local
220 const MB_MODE_INFO *const left_mbmi = get_left_mbmi(left_mi); local
286 const MB_MODE_INFO *const left_mbmi = get_left_mbmi(left_mi); local
375 const MB_MODE_INFO *const left_mbmi = get_left_mbmi(left_mi); local
[all...]

Completed in 178 milliseconds