Searched refs:step_param (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c149 int step_param; local
184 step_param = cpi->sf.first_step + (cpi->Speed > 5);
188 step_param = cpi->sf.first_step + 2;
194 step_param, sadpb,
H A Dpickinter.c721 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
1070 int step_param; local
1091 step_param = cpi->sf.first_step + speed_adjust;
1113 if(dissim <=32) step_param += 3;
1114 else if(dissim <=128) step_param += 2;
1115 else step_param += 1;
1134 if(sr > step_param)
1135 step_param = sr;
1177 0: (cpi->sf.max_step_search_steps - 1 - step_param);
1182 /* TODO: In higher-res pick_inter_mode, step_param i
[all...]
H A Drdopt.c1101 int sv_istep[2]; /* save 2 initial step_param for 16x8/8x16 */
1187 int step_param = 0; local
1210 step_param = bsi->sv_istep[i];
1221 step_param = 2;
1225 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1242 &mode_mv[NEW4X4], step_param,
1259 step_param + n, sadpb,
1973 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
2241 int step_param = cpi->sf.first_step; local
2285 if(sr > step_param)
[all...]
H A Dfirstpass.c450 int step_param = 3; /* Dont search over full range for first pass */ local
451 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
466 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param,
492 step_param + n, x->sadperbit16,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c45 int step_param = mv_sf->reduce_first_step_size; local
46 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
54 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param,
H A Dvp9_mcomp.h130 int step_param, int error_per_bit,
H A Dvp9_temporal_filter.c222 int step_param; local
246 step_param = mv_sf->reduce_first_step_size;
247 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
250 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &best_ref_mv1_full, step_param,
H A Dvp9_mcomp.c1955 MV *mvp_full, int step_param,
1963 step_param, sadpb, &n,
1981 step_param + n, sadpb, &num00,
2333 int step_param, int error_per_bit,
2351 var = fast_dia_search(x, mvp_full, step_param, error_per_bit, 0,
2355 var = fast_hex_search(x, mvp_full, step_param, error_per_bit, 0,
2359 var = hex_search(x, mvp_full, step_param, error_per_bit, 1,
2363 var = square_search(x, mvp_full, step_param, error_per_bit, 1,
2367 var = bigdia_search(x, mvp_full, step_param, error_per_bit, 1,
2371 var = full_pixel_diamond(cpi, x, mvp_full, step_param, error_per_bi
1954 full_pixel_diamond(const VP9_COMP *cpi, MACROBLOCK *x, MV *mvp_full, int step_param, int sadpb, int further_steps, int do_refine, int *cost_list, const vp9_variance_fn_ptr_t *fn_ptr, const MV *ref_mv, MV *dst_mv) argument
2331 vp9_full_pixel_search(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, MV *mvp_full, int step_param, int error_per_bit, int *cost_list, const MV *ref_mv, MV *tmp_mv, int var_max, int rd) argument
[all...]
H A Dvp9_rdopt.c1819 int step_param = 0; local
1849 step_param = (vp9_init_search_range(max_mv) +
1852 step_param = cpi->mv_step_param;
1861 step_param = VPXMAX(step_param, 8);
1870 cpi, x, bsize, &mvp_full, step_param, sadpb,
2232 int step_param; local
2271 step_param = (vp9_init_search_range(x->max_mv_context[ref]) +
2274 step_param = cpi->mv_step_param;
2281 step_param
[all...]
H A Dvp9_firstpass.c403 int step_param = 3; local
404 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
406 step_param += sr;
419 step_param,
442 step_param + n, x->sadperbit16,
H A Dvp9_pickmode.c132 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
167 vp9_full_pixel_search(cpi, x, bsize, &mvp_full, step_param, sadpb,
1794 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
1815 cpi, x, bsize, &mvp_full, step_param, x->sadperbit4,

Completed in 3051 milliseconds