Searched refs:above_type (Results 1 – 1 of 1) sorted by relevance
32 const int above_type = above_mbmi != NULL && is_inter_block(above_mbmi) ? in vp9_get_pred_context_switchable_interp() local35 if (left_type == above_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()38 return above_type; 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()