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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 39 int step_param = cpi->sf.reduce_first_step_size + local
41 step_param = MIN(step_param, cpi->sf.max_step_search_steps - 2);
49 vp9_hex_search(x, &ref_full, step_param, x->errorperbit, 0, &v_fn_ptr, 0,
vp9_pickmode.c 35 int step_param; local
64 step_param = 6;
87 full_pixel_search(cpi, x, bsize, &mvp_full, step_param, sadpb, &ref_mv,
vp9_temporal_filter.c 140 int step_param; local
163 step_param = cpi->sf.reduce_first_step_size + (cpi->oxcf.speed > 5 ? 1 : 0);
164 step_param = MIN(step_param, cpi->sf.max_step_search_steps - 2);
167 vp9_hex_search(x, &best_ref_mv1_full, step_param, sadpb, 1,
vp9_firstpass.c 412 int step_param = 3; local
413 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
415 step_param += sr;
423 step_param,
446 step_param + n, x->sadperbit16,
    [all...]
vp9_rdopt.c 1809 int step_param = 0; local
2318 int step_param; local
    [all...]
  /external/libvpx/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 398 int step_param = 3; local
399 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
410 step_param += sr;
418 step_param,
444 step_param + n, x->sadperbit16,
    [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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 149 int step_param; local
182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
186 step_param = cpi->sf.first_step + 2;
192 step_param, sadpb,
pickinter.c 603 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
858 int step_param; local
879 step_param = cpi->sf.first_step + speed_adjust;
898 if(dissim <=32) step_param += 3;
899 else if(dissim <=128) step_param += 2;
900 else step_param += 1;
919 if(sr > step_param)
920 step_param = sr;
960 0: (cpi->sf.max_step_search_steps - 1 - step_param);
965 /* TODO: In higher-res pick_inter_mode, step_param is used t
    [all...]
rdopt.c 1094 int sv_istep[2]; /* save 2 initial step_param for 16x8/8x16 */
1180 int step_param = 0; local
1203 step_param = bsi->sv_istep[i];
1214 step_param = 2;
1218 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
2234 int step_param = cpi->sf.first_step; local
    [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...]
  /external/libvpx/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 602 /* search range got from mv_pred(). It uses step_param levels. (0-7) */
857 int step_param; local
878 step_param = cpi->sf.first_step + speed_adjust;
897 if(dissim <=32) step_param += 3;
898 else if(dissim <=128) step_param += 2;
899 else step_param += 1;
918 if(sr > step_param)
919 step_param = sr;
959 0: (cpi->sf.max_step_search_steps - 1 - step_param);
964 /* TODO: In higher-res pick_inter_mode, step_param is used t
    [all...]
rdopt.c 1094 int sv_istep[2]; /* save 2 initial step_param for 16x8/8x16 */
1180 int step_param = 0; local
1203 step_param = bsi->sv_istep[i];
1214 step_param = 2;
1218 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
2234 int step_param = cpi->sf.first_step; local
    [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...]
  /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 1516 milliseconds

1 2