Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dreconinter.c340 static void clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) in clamp_mv_to_umv_border() function
396 clamp_mv_to_umv_border(&_16x16mv.as_mv, x); in vp8_build_inter16x16_predictors_mb()
452 clamp_mv_to_umv_border(&x->block[ 0].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
453 clamp_mv_to_umv_border(&x->block[ 2].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
454 clamp_mv_to_umv_border(&x->block[ 8].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
455 clamp_mv_to_umv_border(&x->block[10].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
479 clamp_mv_to_umv_border(&x->block[i+0].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
480 clamp_mv_to_umv_border(&x->block[i+1].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()