• Home
  • Raw
  • Download

Lines Matching defs:this_mv

656     const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) {  in get_mvpred_var_cost()
687 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_mvpred_compound_var_cost()
803 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
810 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
827 const FULLPEL_MV this_mv = { br + neighbors[idx].row, in calc_int_sad_list() local
900 const FULLPEL_MV this_mv = { center_mv.row + site[cand_start + j].mv.row, in calc_sad4_update_bestmv() local
928 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad3_update_bestmv() local
956 const FULLPEL_MV this_mv = { center_mv.row + site[i].mv.row, in calc_sad_update_bestmv() local
984 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad_update_bestmv_with_indices() local
1370 const FULLPEL_MV this_mv = { best_mv->row + site[idx + j].mv.row, in diamond_search_sad() local
1383 const FULLPEL_MV this_mv = { best_mv->row + site[idx].mv.row, in diamond_search_sad() local
2046 FULLPEL_MV this_mv = best_int_mv->as_fullmv; in av1_int_pro_motion_estimation() local
2109 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_obmc_mvpred_var()
2307 const MV *this_mv, const SUBPEL_SEARCH_VAR_PARAMS *var_params, in estimated_pref_error()
2338 const MV *this_mv, in upsampled_pref_error()
2432 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV *this_mv, MV *best_mv, in check_better_fast()
2464 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV *this_mv, MV *best_mv, in check_better()
2502 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV this_mv, MV *best_mv, in first_level_check_fast()
2544 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV this_mv, const MV diag_step, in second_level_check_fast()
2609 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV this_mv, MV *best_mv, in two_level_checks_fast()
2625 first_level_check(MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, in first_level_check()
2664 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, MV diag_step, in second_level_check_v2()
2883 const MV this_mv = { start_mv.row + ir * hstep, in av1_find_best_sub_pixel_tree_pruned_more() local
3198 const MV *this_mv) { in compute_motion_cost()
3252 MV this_mv = { best_mv->row + neighbors[idx].row, in av1_refine_warped_mv() local
3295 const MV *this_mv, const SUBPEL_SEARCH_VAR_PARAMS *var_params, in estimate_obmc_pref_error()
3313 const MV *this_mv, in upsampled_obmc_pref_error()
3358 const MV *this_mv, const SUBPEL_SEARCH_VAR_PARAMS *var_params, in setup_obmc_center_error()
3375 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV *this_mv, in upsampled_setup_obmc_center_error()
3388 static INLINE int estimate_obmc_mvcost(const MV *this_mv, in estimate_obmc_mvcost()
3415 const MV *this_mv, MV *best_mv, const SubpelMvLimits *mv_limits, in obmc_check_better_fast()
3443 MACROBLOCKD *xd, const AV1_COMMON *cm, const MV *this_mv, MV *best_mv, in obmc_check_better()
3470 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, MV *best_mv, in obmc_first_level_check()
3534 MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, MV diag_step, in obmc_second_level_check_v2()