Searched defs:bestmv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 301 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error() 371 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() 404 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 470 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() 532 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() 732 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() 2783 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_max_sub_pixel_mv() 2805 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_min_sub_pixel_mv()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 222 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively() 366 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step() 662 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_half_pixel_step()
|
D | pickinter.c | 124 int_mv *bestmv, int_mv *ref_mv, in vp8_skip_fractional_mv_step()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 333 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error() 691 const MV *bestmv, const MV *ref_mv, int error_per_bit, in upsampled_setup_center_error() 739 MV *bestmv = &x->best_mv.as_mv; in av1_find_best_sub_pixel_tree() local 2530 const int32_t *mask, const MV *bestmv, const MV *ref_mv, int error_per_bit, in setup_obmc_center_error() 2567 const int32_t *mask, const MV *bestmv, const MV *ref_mv, int error_per_bit, in upsampled_setup_obmc_center_error() 2582 MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, in av1_find_best_obmc_sub_pixel_tree_up()
|