Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, in vp9_find_best_ref_mvs() argument
146 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in vp9_find_best_ref_mvs()
147 clamp_mv2(&mvlist[i].as_mv, xd); in vp9_find_best_ref_mvs()
149 *nearest_mv = mvlist[0]; in vp9_find_best_ref_mvs()
150 *near_mv = mvlist[1]; in vp9_find_best_ref_mvs()
Dvp9_mvref_common.h311 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv, in dec_find_best_ref_mvs() argument
453 lower_mv_precision(&mvlist[i].as_mv, allow_hp); in dec_find_best_ref_mvs()
454 *best_mv = mvlist[i]; in dec_find_best_ref_mvs()