Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconinter.c257 static void clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) { in clamp_mv_to_umv_border() function
313 clamp_mv_to_umv_border(&_16x16mv.as_mv, x); in vp8_build_inter16x16_predictors_mb()
373 clamp_mv_to_umv_border(&x->block[0].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
374 clamp_mv_to_umv_border(&x->block[2].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
375 clamp_mv_to_umv_border(&x->block[8].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
376 clamp_mv_to_umv_border(&x->block[10].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
400 clamp_mv_to_umv_border(&x->block[i + 0].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()
401 clamp_mv_to_umv_border(&x->block[i + 1].bmi.mv.as_mv, x); in build_inter4x4_predictors_mb()