Searched defs:bestmv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 285 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error() 355 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() 388 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 454 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() 516 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() 722 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() 2994 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_max_sub_pixel_mv() 3016 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_min_sub_pixel_mv()
|
/external/libvpx/vp8/encoder/ |
D | mcomp.c | 225 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively() 369 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step() 665 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/av1/encoder/ |
D | mcomp.c | 2887 const MACROBLOCKD *xd, const MV *bestmv, in setup_center_error() 2949 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV *bestmv, in upsampled_setup_center_error() 2999 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV *bestmv, in setup_center_error_facade() 3015 const FULLPEL_MV_STATS *start_mv_stats, MV *bestmv, int *distortion, in av1_find_best_sub_pixel_tree_pruned_more() 3109 const FULLPEL_MV_STATS *start_mv_stats, MV *bestmv, int *distortion, in av1_find_best_sub_pixel_tree_pruned() 3256 MV *bestmv, int *distortion, in av1_find_best_sub_pixel_tree() 3339 MV *bestmv, int *distortion, unsigned int *sse1, in av1_return_max_sub_pixel_mv() 3368 MV *bestmv, int *distortion, unsigned int *sse1, in av1_return_min_sub_pixel_mv() 3901 const FULLPEL_MV_STATS *start_mv_stats, MV *bestmv, int *distortion, in av1_find_best_obmc_sub_pixel_tree_up()
|