HomeSort by relevance Sort by last modified time
    Searched refs:step_param (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 602 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
905 int step_param; local
924 step_param = cpi->sf.first_step + speed_adjust;
945 step_param += 3;
947 step_param += 2;
949 step_param += 1;
965 if (sr > step_param) step_param = sr;
    [all...]
temporal_filter.c 118 int step_param; local
152 step_param = cpi->sf.first_step + (cpi->Speed > 5);
154 step_param = cpi->sf.first_step + 2;
160 vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv, step_param, sadpb,
rdopt.c 940 int sv_istep[2]; /* save 2 initial step_param for 16x8/8x16 */
1015 int step_param = 0; local
1036 step_param = bsi->sv_istep[i];
1047 step_param = 2;
1051 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1068 x, c, e, &mvp_full, &mode_mv[NEW4X4], step_param, sadpb, &num00,
1081 x, c, e, &mvp_full, &temp_mv, step_param + n, sadpb, &num00,
2013 int step_param = cpi->sf.first_step; local
    [all...]
firstpass.c 419 int step_param = 3; /* Dont search over full range for first pass */ local
420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param,
457 step_param + n, x->sadperbit16, &num00,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 38 int step_param = mv_sf->reduce_first_step_size; local
39 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
47 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param,
vp9_mcomp.h 110 MV *mvp_full, int step_param, int search_method,
vp9_temporal_filter.c 234 int step_param; local
258 step_param = mv_sf->reduce_first_step_size;
259 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
263 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &best_ref_mv1_full, step_param,
vp9_mcomp.c     [all...]
vp9_rdopt.c 1956 int step_param = 0; local
2330 int step_param; local
    [all...]
vp9_firstpass.c 414 int step_param = 3; local
415 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
417 step_param += sr;
430 step_param, x->sadperbit16, &num00,
452 step_param + n, x->sadperbit16, &num00,
    [all...]
vp9_pickmode.c 150 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
201 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb,
2547 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
    [all...]

Completed in 134 milliseconds