Home
last modified time | relevance | path

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

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