Home
last modified time | relevance | path

Searched refs:get_mv_from_fullmv (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dmv.h81 static AOM_INLINE MV get_mv_from_fullmv(const FULLPEL_MV *full_mv) { in get_mv_from_fullmv() function
88 mv->as_mv = get_mv_from_fullmv(&mv->as_fullmv); in convert_fullmv_to_mv()
/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c261 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()
Dmcomp.c402 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()
Dtemporal_filter.c149 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()
Dnonrd_pickmode.c167 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()
Dfirstpass.c705 const MV best_mv = get_mv_from_fullmv(&mv); in firstpass_inter_prediction()
Dtpl_model.c165 MV subpel_start_mv = get_mv_from_fullmv(&best_mv->as_fullmv); in motion_estimation()
Drdopt.c2763 const MV dv = get_mv_from_fullmv(&best_mv.as_fullmv); in rd_pick_intrabc_mode_sb()