Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h69 static INLINE int get_pred_context_switchable_interp(const MACROBLOCKD *xd) { in get_pred_context_switchable_interp() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c668 const int ctx = get_pred_context_switchable_interp(xd); in vp9_get_switchable_rate()
Dvp9_bitstream.c305 const int ctx = get_pred_context_switchable_interp(xd); in pack_inter_mode_mvs()
Dvp9_encodeframe.c1897 const int ctx = get_pred_context_switchable_interp(xd); in update_state()
1944 filter_ref = get_pred_context_switchable_interp(xd); in set_mode_info_seg_skip()
2545 const int pred_ctx = get_pred_context_switchable_interp(xd); in update_state_rt()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c346 const int ctx = get_pred_context_switchable_interp(xd); in read_switchable_interp_filter()