Searched refs:get_mv_from_fullmv (Results 1 – 8 of 8) sorted by relevance
81 static AOM_INLINE MV get_mv_from_fullmv(const FULLPEL_MV *full_mv) { in get_mv_from_fullmv() function88 mv->as_mv = get_mv_from_fullmv(&mv->as_fullmv); in convert_fullmv_to_mv()
261 this_mv.as_mv = get_mv_from_fullmv(&best_mv->as_fullmv); in av1_single_motion_search()305 MV subpel_start_mv = get_mv_from_fullmv(&best_mv->as_fullmv); in av1_single_motion_search()318 subpel_start_mv = get_mv_from_fullmv(&second_best_mv.as_fullmv); in av1_single_motion_search()504 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_joint_motion_search()617 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_compound_single_motion_search()816 MV subpel_start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_simple_motion_search()
402 const MV sub_this_mv = get_mv_from_fullmv(this_mv); in get_mvpred_var_cost()459 const MV sub_this_mv = get_mv_from_fullmv(this_mv); in get_mvpred_compound_var_cost()1784 const MV mv = get_mv_from_fullmv(this_mv); in get_obmc_mvpred_var()3332 const MV mv = get_mv_from_fullmv(best_mv); in av1_get_mvpred_sse()3353 const MV mv = get_mv_from_fullmv(&best_mv); in get_mvpred_av_var()3368 const MV mv = get_mv_from_fullmv(&best_mv); in get_mvpred_mask_var()
149 MV subpel_start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in tf_motion_search()186 subpel_start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in tf_motion_search()
167 MV mvp_full = get_mv_from_fullmv(&tmp_mv->as_fullmv); in combined_motion_search()179 MV subpel_start_mv = get_mv_from_fullmv(&tmp_mv->as_fullmv); in combined_motion_search()233 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in search_new_mv()
705 const MV best_mv = get_mv_from_fullmv(&mv); in firstpass_inter_prediction()
165 MV subpel_start_mv = get_mv_from_fullmv(&best_mv->as_fullmv); in motion_estimation()
2763 const MV dv = get_mv_from_fullmv(&best_mv.as_fullmv); in rd_pick_intrabc_mode_sb()