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

  /external/libvpx/vp8/encoder/
temporal_filter.c 152 int thissme; local
234 thissme = cpi->diamond_search_sad(x, b, d,
241 if (thissme < bestsme)
243 bestsme = thissme;
rdopt.c 1114 int thissme; local
1175 thissme = cpi->diamond_search_sad(x, c, e, bsi->mvp,
1179 if (thissme < bestsme)
1181 bestsme = thissme
2054 int thissme; local
2146 int thissme; local
    [all...]
pickinter.c 683 int thissme; local
760 thissme = cpi->diamond_search_sad(x, b, d, &mvp, &d->bmi.mv.as_mv, step_param + n, sadpb / 4/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost, &best_ref_mv); //sadpb = 9
762 if (thissme < bestsme)
764 bestsme = thissme;

Completed in 34 milliseconds