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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 45 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,
vp9_temporal_filter.c 222 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,
vp9_pickmode.c 132 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
    [all...]
vp9_firstpass.c 403 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,
    [all...]
vp9_rdopt.c 1819 int step_param = 0; local
2232 int step_param; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 40 int step_param = cpi->sf.reduce_first_step_size + local
42 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
50 vp9_hex_search(x, &ref_full, step_param, x->errorperbit, 0, &v_fn_ptr, 0,
vp9_pickmode.c 36 int step_param; local
65 step_param = 6;
90 vp9_fast_dia_search(x, &mvp_full, step_param, sadpb, 0,
95 vp9_fast_hex_search(x, &mvp_full, step_param, sadpb, 0,
100 vp9_hex_search(x, &mvp_full, step_param, sadpb, 1,
105 vp9_square_search(x, &mvp_full, step_param, sadpb, 1,
110 vp9_bigdia_search(x, &mvp_full, step_param, sadpb, 1,
114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
116 vp9_full_pixel_diamond(cpi, x, &mvp_full, step_param,
vp9_temporal_filter.c 133 int step_param; local
156 step_param = cpi->sf.reduce_first_step_size + ((cpi->speed > 5) ? 1 : 0);
158 step_param = cpi->sf.reduce_first_step_size + 2;
159 step_param = MIN(step_param, (cpi->sf.max_step_search_steps - 2));
163 vp9_hex_search(x, &best_ref_mv1_full, step_param, sadpb, 1,
vp9_firstpass.c 397 int step_param = 3; local
398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
409 step_param += sr;
417 step_param,
443 step_param + n, x->sadperbit16,
    [all...]
vp9_rdopt.c 1796 int step_param = 0; local
2379 int further_steps, step_param; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 149 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,
pickinter.c 721 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
1070 int step_param; local
    [all...]
firstpass.c 450 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,
    [all...]
rdopt.c 1101 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;
2241 int step_param = cpi->sf.first_step; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 148 int step_param; local
181 step_param = cpi->sf.first_step + (cpi->Speed > 5);
185 step_param = cpi->sf.first_step + 2;
191 step_param, sadpb,
pickinter.c 604 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
860 int step_param; local
881 step_param = cpi->sf.first_step + speed_adjust;
900 if(dissim <=32) step_param += 3;
901 else if(dissim <=128) step_param += 2;
902 else step_param += 1;
921 if(sr > step_param)
922 step_param = sr;
962 0: (cpi->sf.max_step_search_steps - 1 - step_param);
967 /* TODO: In higher-res pick_inter_mode, step_param is used t
    [all...]
firstpass.c 449 int step_param = 3; /* Dont search over full range for first pass */ local
450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
465 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param,
491 step_param + n, x->sadperbit16,
    [all...]
rdopt.c 1099 int sv_istep[2]; /* save 2 initial step_param for 16x8/8x16 */
1185 int step_param = 0; local
1208 step_param = bsi->sv_istep[i];
1219 step_param = 2;
2239 int step_param = cpi->sf.first_step; local
    [all...]

Completed in 1019 milliseconds