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

  /external/libaom/libaom/av1/encoder/
mbgraph.c 39 int step_param = mv_sf->reduce_first_step_size; local
40 step_param = AOMMIN(step_param, MAX_MVSEARCH_STEPS - 2);
48 av1_hex_search(x, &ref_full, step_param, x->errorperbit, 0,
firstpass.c 226 int step_param = 3; local
227 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
229 step_param += sr;
240 &tmp_mv, step_param, x->sadperbit16, &num00,
262 x, &cpi->ss_cfg[SS_CFG_SRC], &ref_mv_full, &tmp_mv, step_param + n,
tpl_model.c 72 int step_param; local
92 step_param = mv_sf->reduce_first_step_size;
93 step_param = AOMMIN(step_param, MAX_MVSEARCH_STEPS - 2);
97 av1_full_pixel_search(cpi, x, bsize, &best_ref_mv1_full, step_param,
temporal_filter.c 666 int step_param; local
690 step_param = mv_sf->reduce_first_step_size;
691 step_param = AOMMIN(step_param, MAX_MVSEARCH_STEPS - 2);
698 av1_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param, NSTEP,
755 step_param, NSTEP, 1, sadpb,
    [all...]
mcomp.c 3096 const int step_param = cpi->mv_step_param; local
    [all...]
rdopt.c 7062 int step_param; local
10721 int step_param = cpi->mv_step_param; local
    [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_temporal_filter.c 504 int step_param; local
529 step_param = mv_sf->reduce_first_step_size;
530 step_param = VPXMIN(step_param, MAX_MVSEARCH_STEPS - 2);
534 vp9_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param,
566 step_param, search_method, sadpb,
    [all...]
vp9_pickmode.c 161 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
212 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb,
2729 const int step_param = cpi->sf.mv.fullpel_search_step_param; local
    [all...]
vp9_firstpass.c 402 int step_param = 3; local
403 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
405 step_param += sr;
418 step_param, x->sadperbit16, &num00,
440 step_param + n, x->sadperbit16, &num00,
    [all...]
vp9_encodeframe.c 3502 const int step_param = 1; local
    [all...]
vp9_encoder.c 5581 int step_param; local
    [all...]
vp9_rdopt.c 1949 int step_param = 0; local
2380 int step_param; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
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,
pickinter.c 601 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
904 int step_param; local
923 step_param = cpi->sf.first_step + speed_adjust;
944 step_param += 3;
946 step_param += 2;
948 step_param += 1;
964 if (sr > step_param) step_param = sr;
    [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...]
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,
2017 int step_param = cpi->sf.first_step; local
    [all...]

Completed in 585 milliseconds