/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 117 int step_param; in vp8_temporal_filter_find_matching_mb_c() local 151 step_param = cpi->sf.first_step + (cpi->Speed > 5); in vp8_temporal_filter_find_matching_mb_c() 153 step_param = cpi->sf.first_step + 2; in vp8_temporal_filter_find_matching_mb_c() 159 vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv, step_param, sadpb, in vp8_temporal_filter_find_matching_mb_c()
|
D | pickinter.c | 994 int step_param; in vp8_pick_inter_mode() local 1013 step_param = cpi->sf.first_step + speed_adjust; in vp8_pick_inter_mode() 1034 step_param += 3; in vp8_pick_inter_mode() 1036 step_param += 2; in vp8_pick_inter_mode() 1038 step_param += 1; in vp8_pick_inter_mode() 1054 if (sr > step_param) step_param = sr; in vp8_pick_inter_mode() 1089 : (cpi->sf.max_step_search_steps - 1 - step_param); in vp8_pick_inter_mode() 1104 step_param = 0; in vp8_pick_inter_mode() 1106 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv, step_param, in vp8_pick_inter_mode() 1112 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_pick_inter_mode() [all …]
|
D | rdopt.c | 1020 int step_param = 0; in rd_check_segment() local 1041 step_param = bsi->sv_istep[i]; in rd_check_segment() 1052 step_param = 2; in rd_check_segment() 1056 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment() 1073 x, c, e, &mvp_full, &mode_mv[NEW4X4], step_param, sadpb, &num00, in rd_check_segment() 1086 x, c, e, &mvp_full, &temp_mv, step_param + n, sadpb, &num00, in rd_check_segment() 2018 int step_param = cpi->sf.first_step; in vp8_rd_pick_inter_mode() local 2060 if (sr > step_param) step_param = sr; in vp8_rd_pick_inter_mode() 2065 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_rd_pick_inter_mode() 2070 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode() [all …]
|
D | firstpass.c | 419 int step_param = 3; /* Dont search over full range for first pass */ in first_pass_motion_search() local 420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() 435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 457 step_param + n, x->sadperbit16, &num00, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 38 int step_param = mv_sf->reduce_first_step_size; in do_16x16_motion_iteration() local 39 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2); in do_16x16_motion_iteration() 47 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param, in do_16x16_motion_iteration()
|
D | vp9_temporal_filter.c | 234 int step_param; in temporal_filter_find_matching_mb_c() local 258 step_param = mv_sf->reduce_first_step_size; in temporal_filter_find_matching_mb_c() 259 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2); in temporal_filter_find_matching_mb_c() 263 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &best_ref_mv1_full, step_param, in temporal_filter_find_matching_mb_c()
|
D | vp9_mcomp.h | 110 MV *mvp_full, int step_param, int search_method,
|
D | vp9_mcomp.c | 1924 int step_param, int sadpb, int further_steps, in full_pixel_diamond() argument 1931 step_param, sadpb, &n, fn_ptr, ref_mv); in full_pixel_diamond() 1947 step_param + n, sadpb, &num00, fn_ptr, in full_pixel_diamond() 2359 MV *mvp_full, int step_param, int search_method, in vp9_full_pixel_search() argument 2376 var = fast_dia_search(x, mvp_full, step_param, error_per_bit, 0, in vp9_full_pixel_search() 2380 var = fast_hex_search(x, mvp_full, step_param, error_per_bit, 0, in vp9_full_pixel_search() 2384 var = hex_search(x, mvp_full, step_param, error_per_bit, 1, cost_list, in vp9_full_pixel_search() 2388 var = square_search(x, mvp_full, step_param, error_per_bit, 1, cost_list, in vp9_full_pixel_search() 2392 var = bigdia_search(x, mvp_full, step_param, error_per_bit, 1, cost_list, in vp9_full_pixel_search() 2396 var = full_pixel_diamond(cpi, x, mvp_full, step_param, error_per_bit, in vp9_full_pixel_search() [all …]
|
D | vp9_rdopt.c | 1955 int step_param = 0; in rd_pick_best_sub8x8_mode() local 1984 step_param = in rd_pick_best_sub8x8_mode() 1987 step_param = cpi->mv_step_param; in rd_pick_best_sub8x8_mode() 1996 step_param = VPXMAX(step_param, 8); in rd_pick_best_sub8x8_mode() 2005 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, in rd_pick_best_sub8x8_mode() 2329 int step_param; in single_motion_search() local 2361 step_param = in single_motion_search() 2365 step_param = cpi->mv_step_param; in single_motion_search() 2372 step_param = VPXMAX(step_param, boffset); in single_motion_search() 2380 if (tlevel < 5) step_param += 2; in single_motion_search() [all …]
|
D | vp9_firstpass.c | 406 int step_param = 3; in first_pass_motion_search() local 407 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() 409 step_param += sr; in first_pass_motion_search() 422 step_param, x->sadperbit16, &num00, in first_pass_motion_search() 444 step_param + n, x->sadperbit16, &num00, in first_pass_motion_search()
|
D | vp9_pickmode.c | 150 const int step_param = cpi->sf.mv.fullpel_search_step_param; in combined_motion_search() local 196 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb, in combined_motion_search() 2390 const int step_param = cpi->sf.mv.fullpel_search_step_param; in vp9_pick_inter_mode_sub8x8() local 2409 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, in vp9_pick_inter_mode_sub8x8()
|