Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h60 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd);
Dvp9_pred_common.c23 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd) { in vp9_get_pred_context_switchable_interp() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c319 const int ctx = vp9_get_pred_context_switchable_interp(xd); in read_switchable_interp_filter()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c296 const int ctx = vp9_get_pred_context_switchable_interp(xd); in pack_inter_mode_mvs()
Dvp9_encodeframe.c954 const int ctx = vp9_get_pred_context_switchable_interp(xd); in update_state()
1444 const int pred_ctx = vp9_get_pred_context_switchable_interp(xd); in update_state_rt()
Dvp9_rdopt.c2364 const int ctx = vp9_get_pred_context_switchable_interp(xd); in get_switchable_rate()