Searched refs:mvlist (Results 1 – 6 of 6) 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()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 855 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv, in av1_find_best_ref_mvs() argument 860 lower_mv_precision(&mvlist[i].as_mv, allow_hp, is_integer); in av1_find_best_ref_mvs() 862 *nearest_mv = mvlist[0]; in av1_find_best_ref_mvs() 863 *near_mv = mvlist[1]; in av1_find_best_ref_mvs()
|
D | mvref_common.h | 261 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv,
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 1865 mvlist = mv.tolist() 1866 self.assertEqual(mvlist, xlist) 1877 mvlist = mv.tolist() 1878 self.assertEqual(mvlist, ylist)
|