Searched defs:bestmv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 296 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error() 366 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() 399 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 465 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() 527 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() 727 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() 2969 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_max_sub_pixel_mv() 2991 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_min_sub_pixel_mv()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2386 const MACROBLOCKD *xd, const MV *bestmv, in setup_center_error() 2448 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV *bestmv, in upsampled_setup_center_error() 2499 const SUBPEL_MOTION_SEARCH_PARAMS *ms_params, MV start_mv, MV *bestmv, in av1_find_best_sub_pixel_tree_pruned_evenmore() 2575 const SUBPEL_MOTION_SEARCH_PARAMS *ms_params, MV start_mv, MV *bestmv, in av1_find_best_sub_pixel_tree_pruned_more() 2652 const SUBPEL_MOTION_SEARCH_PARAMS *ms_params, MV start_mv, MV *bestmv, in av1_find_best_sub_pixel_tree_pruned() 2768 MV start_mv, MV *bestmv, int *distortion, in av1_find_best_sub_pixel_tree() 2834 MV start_mv, MV *bestmv, int *distortion, in av1_return_max_sub_pixel_mv() 2861 MV start_mv, MV *bestmv, int *distortion, in av1_return_min_sub_pixel_mv() 3282 const SUBPEL_MOTION_SEARCH_PARAMS *ms_params, MV start_mv, MV *bestmv, in av1_find_best_obmc_sub_pixel_tree_up()
|
/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()
|