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

  /external/libvpx/vp8/encoder/
temporal_filter.c 189 int bestsme = INT_MAX; local
233 bestsme = vp8_hex_search(x, b, d,
244 bestsme = cpi->diamond_search_sad(x, b, d,
273 if (thissme < bestsme)
275 bestsme = thissme;
290 //if (bestsme > error_thresh && bestsme < INT_MAX)
292 bestsme = cpi->find_fractional_mv_step(x, b, d,
307 return bestsme;
pickinter.c 446 int bestsme; local
688 bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, cpi->mb.mvcost);
703 if (thissme < bestsme)
705 bestsme = thissme;
721 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost);
727 bestsme = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost); //sadpb < 9
748 if (thissme < bestsme)
750 bestsme = thissme;
766 if (bestsme < INT_MAX)
rdopt.c 1225 int bestsme = INT_MAX; local
1761 int bestsme = INT_MAX; local
    [all...]

Completed in 62 milliseconds