Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c28 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_switchable_interp()
54 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_intra_inter_context()
74 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_reference_mode_context()
117 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_comp_ref_p()
198 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_single_ref_p1()
264 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_pred_context_single_ref_p2()
353 const MB_MODE_INFO *const left_mbmi = get_mbmi(get_left_mi(xd)); in vp9_get_tx_size_context()
Dvp9_pred_common.h25 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) { in get_left_mi() function
34 const MODE_INFO *const left_mi = get_left_mi(xd); in vp9_get_pred_context_seg_id()
49 const MODE_INFO *const left_mi = get_left_mi(xd); in vp9_get_skip_context()