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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1186 int thissme; local
1253 thissme = cpi->diamond_search_sad(x, c, e,
1259 if (thissme < bestsme)
1261 bestsme = thissme;
1276 thissme = cpi->full_search_sad(x, c, e, &mvp_full,
1280 if (thissme < bestsme)
1282 bestsme = thissme;
2235 int thissme; local
2311 thissme = cpi->diamond_search_sad(x, b, d, &mvp_full,
2320 if (thissme < bestsm
[all...]
H A Dpickinter.c856 int thissme; local
1001 thissme =
1008 if (thissme < bestsme)
1010 bestsme = thissme;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1475 int thissme, n, num00; local
1495 thissme = cpi->diamond_search_sad(x, mvp_full, &temp_mv,
1504 if (thissme < bestsme) {
1505 bestsme = thissme;
1516 thissme = cpi->refining_search_sad(x, &best_mv, sadpb, search_range,
1520 if (thissme < bestsme) {
1521 bestsme = thissme;
H A Dvp9_rdopt.c1752 int thissme, bestsme = INT_MAX; local
1824 thissme = cpi->full_search_sad(x, &mvp_full,
1829 if (thissme < bestsme) {
1830 bestsme = thissme;

Completed in 147 milliseconds