Home
last modified time | relevance | path

Searched refs:step_param (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dtemporal_filter.c185 int step_param; in find_matching_mb() local
219 step_param = cpi->sf.first_step + in find_matching_mb()
222 (cpi->sf.max_step_search_steps - 1)-step_param; in find_matching_mb()
226 step_param = cpi->sf.first_step + 2; in find_matching_mb()
235 step_param, in find_matching_mb()
246 step_param, in find_matching_mb()
268 step_param + n, in find_matching_mb()
Dpickinter.c668 int step_param; in vp8_pick_inter_mode() local
676 step_param = cpi->sf.first_step + ((cpi->Speed > 5) ? 1 : 0); in vp8_pick_inter_mode()
677 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_pick_inter_mode()
681 step_param = cpi->sf.first_step + 2; in vp8_pick_inter_mode()
688 …bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorper… in vp8_pick_inter_mode()
701 …sme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->errorper… in vp8_pick_inter_mode()
721 …bestsme = vp8_hex_search(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperb… in vp8_pick_inter_mode()
727 …me = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->e… in vp8_pick_inter_mode()
746 …me = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, sadpb / 4/*… in vp8_pick_inter_mode()
Drdopt.c1221 int step_param = 0; in vp8_rd_pick_best_mbsegmentation() local
1222 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in vp8_rd_pick_best_mbsegmentation()
1236 …bestsme = vp8_hex_search(x, c, e, best_ref_mv, &mode_mv[NEW4X4], step_param, sadpb/*x->errorperbit… in vp8_rd_pick_best_mbsegmentation()
1239 …tsme = cpi->diamond_search_sad(x, c, e, best_ref_mv, &mode_mv[NEW4X4], step_param, sadpb / 2/*x->e… in vp8_rd_pick_best_mbsegmentation()
1252 …thissme = cpi->diamond_search_sad(x, c, e, best_ref_mv, &temp_mv, step_param + n, sadpb / 2/*x->er… in vp8_rd_pick_best_mbsegmentation()
1762 int step_param = cpi->sf.first_step; in vp8_rd_pick_inter_mode() local
1781 …bestsme = vp8_hex_search(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbi… in vp8_rd_pick_inter_mode()
1787 …sme = cpi->diamond_search_sad(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->e… in vp8_rd_pick_inter_mode()
1793 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode()
1806 …sme = cpi->diamond_search_sad(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param + n, sadpb / 4/*… in vp8_rd_pick_inter_mode()
Dfirstpass.c462 …int step_param = 3; //3; // Dont search over full r… in vp8_first_pass_motion_search() local
463 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; //3; in vp8_first_pass_motion_search()
475 …tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param, x->errorperbit, &num00, &v… in vp8_first_pass_motion_search()
498 …tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param + n, x->errorperbit, &num00… in vp8_first_pass_motion_search()