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/
H A Dvp9_pred_common.h60 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd);
H A Dvp9_pred_common.c23 int vp9_get_pred_context_switchable_interp(const MACROBLOCKD *xd) { function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c319 const int ctx = vp9_get_pred_context_switchable_interp(xd);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c296 const int ctx = vp9_get_pred_context_switchable_interp(xd);
H A Dvp9_encodeframe.c954 const int ctx = vp9_get_pred_context_switchable_interp(xd);
1444 const int pred_ctx = vp9_get_pred_context_switchable_interp(xd);
H A Dvp9_rdopt.c2364 const int ctx = vp9_get_pred_context_switchable_interp(xd);

Completed in 95 milliseconds