Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h69 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd);
Dvp9_pred_common.c17 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd) { in vp9_get_pred_context_switchable_interp() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c559 const int ctx = vp9_get_pred_context_switchable_interp(xd); in vp9_get_switchable_rate()
Dvp9_bitstream.c303 const int ctx = vp9_get_pred_context_switchable_interp(xd); in pack_inter_mode_mvs()
Dvp9_encodeframe.c1081 const int ctx = vp9_get_pred_context_switchable_interp(xd); in update_state()
1701 const int pred_ctx = vp9_get_pred_context_switchable_interp(xd); in update_state_rt()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c371 const int ctx = vp9_get_pred_context_switchable_interp(xd); in read_switchable_interp_filter()