Searched refs:left_type (Results 1 – 1 of 1) sorted by relevance
29 const int left_type = left_mbmi != NULL && is_inter_block(left_mbmi) ? in vp9_get_pred_context_switchable_interp() local35 if (left_type == above_type) in vp9_get_pred_context_switchable_interp()36 return left_type; in vp9_get_pred_context_switchable_interp()37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()40 return left_type; in vp9_get_pred_context_switchable_interp()