Home | History | Annotate | Download | only in encoder

Lines Matching full:thissme

1188                 int thissme;
1255 thissme = cpi->diamond_search_sad(x, c, e,
1261 if (thissme < bestsme)
1263 bestsme = thissme;
1278 thissme = cpi->full_search_sad(x, c, e, &mvp_full,
1282 if (thissme < bestsme)
1284 bestsme = thissme;
2237 int thissme;
2313 thissme = cpi->diamond_search_sad(x, b, d, &mvp_full,
2322 if (thissme < bestsme)
2324 bestsme = thissme;
2342 thissme = cpi->refining_search_sad(x, b, d, &d->bmi.mv, sadpb,
2346 if (thissme < bestsme)
2348 bestsme = thissme;