Home
last modified time | relevance | path

Searched refs:above_type (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c32 const int above_type = above_mbmi != NULL && is_inter_block(above_mbmi) ? in vp9_get_pred_context_switchable_interp() local
35 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()