Searched refs:above_type (Results 1 – 1 of 1) sorted by relevance
26 const int above_type = xd->up_available && is_inter_block(above_mbmi) ? in vp9_get_pred_context_switchable_interp() local29 if (left_type == above_type) in vp9_get_pred_context_switchable_interp()31 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()32 return above_type; in vp9_get_pred_context_switchable_interp()33 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS) in vp9_get_pred_context_switchable_interp()