Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c132 int_mv *mvlist, int_mv *nearest, int_mv *near) { in vp9_find_best_ref_mvs() argument
136 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
137 clamp_mv2(&mvlist[i].as_mv, xd); in vp9_find_best_ref_mvs()
139 *nearest = mvlist[0]; in vp9_find_best_ref_mvs()
140 *near = mvlist[1]; in vp9_find_best_ref_mvs()
Dvp9_mvref_common.h216 int_mv *mvlist, int_mv *nearest, int_mv *near);