Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.c307 int_mv *mvlist, int_mv *nearest, int_mv *near) { in vp9_find_best_ref_mvs() argument
311 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
312 clamp_mv2(&mvlist[i].as_mv, xd); in vp9_find_best_ref_mvs()
314 *nearest = mvlist[0]; in vp9_find_best_ref_mvs()
315 *near = mvlist[1]; in vp9_find_best_ref_mvs()
Dvp9_mvref_common.h41 int_mv *mvlist, int_mv *nearest, int_mv *near);