Home
last modified time | relevance | path

Searched refs:start_mv (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmcomp.c595 FULLPEL_MV start_mv, const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, in pattern_search() argument
618 clamp_fullmv(&start_mv, &ms_params->mv_limits); in pattern_search()
619 br = start_mv.row; in pattern_search()
620 bc = start_mv.col; in pattern_search()
629 get_buf_from_fullmv(ref, &start_mv), ref_stride); in pattern_search()
630 bestsad = raw_bestsad + mvsad_err_cost_(&start_mv, mv_cost_params); in pattern_search()
863 static int hex_search(const FULLPEL_MV start_mv, in hex_search() argument
894 return pattern_search(start_mv, ms_params, search_param, do_init_search, in hex_search()
898 static int bigdia_search(const FULLPEL_MV start_mv, in bigdia_search() argument
934 return pattern_search(start_mv, ms_params, search_param, do_init_search, in bigdia_search()
[all …]
Dmotion_search_facade.c121 FULLPEL_MV start_mv; in av1_single_motion_search() local
123 start_mv = get_fullmv_from_mv(&mbmi->mv[0].as_mv); in av1_single_motion_search()
125 start_mv = get_fullmv_from_mv(&ref_mv); in av1_single_motion_search()
131 cand[0].fmv = start_mv; in av1_single_motion_search()
238 bestsme = av1_obmc_full_pixel_search(start_mv, &full_ms_params, in av1_single_motion_search()
504 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_joint_motion_search() local
506 xd, cm, &ms_params, start_mv, &best_mv.as_mv, &dis, &sse, NULL); in av1_joint_motion_search()
617 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in av1_compound_single_motion_search() local
619 xd, cm, &ms_params, start_mv, &best_mv.as_mv, &dis, &sse, NULL); in av1_compound_single_motion_search()
752 FULLPEL_MV start_mv, int num_planes, in av1_simple_motion_search() argument
[all …]
Dmotion_search_facade.h63 int ref, FULLPEL_MV start_mv, int num_planes,
69 const FULLPEL_MV start_mv, int use_subpixel,
Dmcomp.h214 const FULLPEL_MV start_mv, FULLPEL_MV *best_mv);
216 int av1_full_pixel_search(const FULLPEL_MV start_mv,
226 int av1_obmc_full_pixel_search(const FULLPEL_MV start_mv,
277 MV start_mv, MV *bestmv, int *distortion,
Dtemporal_filter.c101 FULLPEL_MV start_mv = get_fullmv_from_mv(ref_mv); in tf_motion_search() local
126 av1_full_pixel_search(start_mv, &full_ms_params, step_param, in tf_motion_search()
161 start_mv = get_fullmv_from_mv(ref_mv); in tf_motion_search()
175 av1_full_pixel_search(start_mv, &full_ms_params, step_param, in tf_motion_search()
Dnonrd_pickmode.c128 FULLPEL_MV start_mv; in combined_motion_search() local
149 start_mv = get_fullmv_from_mv(&ref_mv); in combined_motion_search()
162 av1_full_pixel_search(start_mv, &full_ms_params, step_param, in combined_motion_search()
233 MV start_mv = get_mv_from_fullmv(&best_mv.as_fullmv); in search_new_mv() local
235 xd, cm, &ms_params, start_mv, &best_mv.as_mv, &dis, in search_new_mv()
Dfirstpass.c219 FULLPEL_MV start_mv = get_fullmv_from_mv(ref_mv); in first_pass_motion_search() local
235 tmp_err = av1_full_pixel_search(start_mv, &ms_params, step_param, NULL, in first_pass_motion_search()
Dpartition_strategy.c664 const FULLPEL_MV start_mv = kZeroFullMv; in av1_get_max_min_partition_features() local
666 cpi, x, this_mi_row, this_mi_col, mb_size, start_mv, 0, &sse, &var); in av1_get_max_min_partition_features()
Dtpl_model.c134 FULLPEL_MV start_mv = get_fullmv_from_mv(&center_mv); in motion_estimation() local
155 av1_full_pixel_search(start_mv, &full_ms_params, step_param, in motion_estimation()
Dencodeframe.c797 const FULLPEL_MV start_mv = kZeroFullMv; in pick_sb_modes() local
799 av1_simple_motion_sse_var(cpi, x, mi_row, mi_col, bsize, start_mv, 0, in pick_sb_modes()
3345 const FULLPEL_MV start_mv = kZeroFullMv; in rd_pick_partition() local
3348 av1_simple_motion_sse_var(cpi, x, mi_row, mi_col, bsize, start_mv, 0, in rd_pick_partition()
Drdopt.c2749 const FULLPEL_MV start_mv = get_fullmv_from_mv(&dv_ref.as_mv); in rd_pick_intrabc_mode_sb() local
2753 int bestsme = av1_full_pixel_search(start_mv, &fullms_params, step_param, in rd_pick_intrabc_mode_sb()