Home | History | Annotate | Download | only in encoder

Lines Matching full:thissme

1248   int thissme, n, num00 = 0;
1268 thissme = cpi->diamond_search_sad(x, mvp_full, &temp_mv,
1272 if (thissme < INT_MAX)
1273 thissme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1);
1279 if (thissme < bestsme) {
1280 bestsme = thissme;
1290 thissme = cpi->refining_search_sad(x, &best_mv, sadpb, search_range,
1293 if (thissme < INT_MAX)
1294 thissme = vp9_get_mvpred_var(x, &best_mv, ref_mv, fn_ptr, 1);
1295 if (thissme < bestsme) {
1296 bestsme = thissme;