Searched refs:mvlist (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 141 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()
|
D | vp9_mvref_common.h | 311 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 447 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()
|