Lines Matching defs:ref_mv

64                                        const MV *ref_mv) {  in set_subpel_mv_search_range()
333 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error()
396 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_find_best_sub_pixel_tree_pruned_evenmore()
469 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_find_best_sub_pixel_tree_pruned_more()
538 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_find_best_sub_pixel_tree_pruned()
691 const MV *bestmv, const MV *ref_mv, int error_per_bit, in upsampled_setup_center_error()
726 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_find_best_sub_pixel_tree()
900 const int_mv ref_mv = av1_get_ref_mv(x, 0); in av1_compute_motion_cost() local
922 const int_mv ref_mv = av1_get_ref_mv(x, 0); in av1_refine_warped_mv() local
1024 const MV *const ref_mv, int sadpb, in calc_int_cost_list()
1067 const MV *const ref_mv, int sadpb, in calc_int_sad_list()
1541 static int fast_hex_search(MACROBLOCK *x, MV *ref_mv, int search_param, in fast_hex_search()
1551 static int fast_dia_search(MACROBLOCK *x, MV *ref_mv, int search_param, in fast_dia_search()
1564 static int exhuastive_mesh_search(MACROBLOCK *x, MV *ref_mv, MV *best_mv, in exhuastive_mesh_search()
1654 MV *ref_mv, MV *best_mv, int search_param, in av1_diamond_search_sad_c()
1803 const MV *ref_mv, const search_site_config *cfg) { in full_pixel_diamond()
1868 const MV *ref_mv, MV *dst_mv) { in full_pixel_exhaustive()
1922 int av1_refining_search_sad(MACROBLOCK *x, MV *ref_mv, int error_per_bit, in av1_refining_search_sad()
2174 int mi_col, const MV *ref_mv) { in av1_int_pro_motion_estimation()
2313 int *cost_list, const MV *ref_mv, int var_max, int rd, in av1_full_pixel_search()
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()
2759 const int32_t *mask, MV *ref_mv, in obmc_refining_search_sad()
2804 MV *ref_mv, MV *best_mv, int search_param, in obmc_diamond_search_sad()
2892 const MV *ref_mv, MV *dst_mv, int is_second, in obmc_full_pixel_diamond()
2955 const MV *ref_mv, MV *dst_mv, int is_second, in av1_obmc_full_pixel_search()
3014 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_return_max_sub_pixel_mv()
3043 const MV *ref_mv, int allow_hp, int error_per_bit, in av1_return_min_sub_pixel_mv()
3095 MV ref_mv = { 0, 0 }; in av1_simple_motion_search() local