Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c229 best_mv->as_fullmv = this_best_mv; in av1_single_motion_search()
230 second_best_mv.as_fullmv = this_second_best_mv; in av1_single_motion_search()
239 step_param, &best_mv->as_fullmv); in av1_single_motion_search()
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()
465 &best_mv.as_fullmv); in av1_joint_motion_search()
469 &full_ms_params.mv_cost_params, best_mv.as_fullmv, second_pred, mask, in av1_joint_motion_search()
504 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_joint_motion_search()
588 &best_mv.as_fullmv); in av1_compound_single_motion_search()
[all …]
Dtemporal_filter.c127 cond_cost_list(cpi, cost_list), &best_mv.as_fullmv, in tf_motion_search()
149 MV subpel_start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in tf_motion_search()
177 &best_mv.as_fullmv, NULL); in tf_motion_search()
186 subpel_start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in tf_motion_search()
Dmcomp.c1674 best_int_mv->as_fullmv = kZeroFullMv; in av1_int_pro_motion_estimation()
1711 best_int_mv->as_fullmv.col = in av1_int_pro_motion_estimation()
1713 best_int_mv->as_fullmv.row = in av1_int_pro_motion_estimation()
1716 FULLPEL_MV this_mv = best_int_mv->as_fullmv; in av1_int_pro_motion_estimation()
1735 best_int_mv->as_fullmv.row = search_pos[idx].row + this_mv.row; in av1_int_pro_motion_estimation()
1736 best_int_mv->as_fullmv.col = search_pos[idx].col + this_mv.col; in av1_int_pro_motion_estimation()
1754 best_int_mv->as_fullmv = this_mv; in av1_int_pro_motion_estimation()
Dnonrd_pickmode.c163 cond_cost_list(cpi, cost_list), &tmp_mv->as_fullmv, in combined_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()
Dtpl_model.c156 cond_cost_list(cpi, cost_list), &best_mv->as_fullmv, in motion_estimation()
165 MV subpel_start_mv = get_mv_from_fullmv(&best_mv->as_fullmv); in motion_estimation()
Drdopt.c2754 NULL, &best_mv.as_fullmv, NULL); in rd_pick_intrabc_mode_sb()
2756 cpi, xd, &fullms_params, intrabc_hash_info, &best_hash_mv.as_fullmv); in rd_pick_intrabc_mode_sb()
2763 const MV dv = get_mv_from_fullmv(&best_mv.as_fullmv); in rd_pick_intrabc_mode_sb()
/external/libaom/libaom/av1/common/
Dmvref_common.h267 ref_dv->as_fullmv.row = 0; in av1_find_ref_dv()
268 ref_dv->as_fullmv.col = -MI_SIZE * mib_size - INTRABC_DELAY_PIXELS; in av1_find_ref_dv()
270 ref_dv->as_fullmv.row = -MI_SIZE * mib_size; in av1_find_ref_dv()
271 ref_dv->as_fullmv.col = 0; in av1_find_ref_dv()
Dmv.h51 FULLPEL_MV as_fullmv; member
88 mv->as_mv = get_mv_from_fullmv(&mv->as_fullmv); in convert_fullmv_to_mv()