Home
last modified time | relevance | path

Searched refs:mvlist (Results 1 – 6 of 6) 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()
/external/libaom/libaom/av1/common/
Dmvref_common.c855 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()
Dmvref_common.h261 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv,
/external/python/cpython3/Lib/test/
Dtest_buffer.py1865 mvlist = mv.tolist()
1866 self.assertEqual(mvlist, xlist)
1877 mvlist = mv.tolist()
1878 self.assertEqual(mvlist, ylist)