Searched refs:thissme (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dtemporal_filter.c152 int thissme; local
234 thissme = cpi->diamond_search_sad(x, b, d,
241 if (thissme < bestsme)
243 bestsme = thissme;
H A Drdopt.c1114 int thissme; local
1175 thissme = cpi->diamond_search_sad(x, c, e, bsi->mvp,
1179 if (thissme < bestsme)
1181 bestsme = thissme;
1194 thissme = cpi->full_search_sad(x, c, e, bsi->mvp,
1197 if (thissme < bestsme)
1199 bestsme = thissme;
2054 int thissme; local
2124 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
2126 if (thissme < bestsm
2146 int thissme; local
[all...]
H A Dpickinter.c683 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 64 milliseconds