Searched refs:bestsme (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c151 int bestsme = INT_MAX; local
193 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
204 bestsme = cpi->find_fractional_mv_step(x, b, d,
221 return bestsme;
H A Drdopt.c1190 int bestsme = INT_MAX; local
1240 bestsme = cpi->diamond_search_sad(x, c, e, &mvp_full,
1262 if (thissme < bestsme)
1264 bestsme = thissme;
1274 if ((cpi->compressor_speed == 0) && (bestsme >> sseshift) > 4000)
1283 if (thissme < bestsme)
1285 bestsme = thissme;
1298 if (bestsme < INT_MAX)
2239 int bestsme = INT_MAX; local
2289 bestsme
[all...]
H A Dpickinter.c698 int bestsme = INT_MAX; local
1183 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
1191 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full,
1216 if (thissme < bestsme)
1218 bestsme = thissme;
1234 if (bestsme < INT_MAX)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1569 int bestsme = INT_MAX; local
1630 bestsme = vp9_refining_search_8p_c(x, &tmp_mv, sadpb,
1634 if (bestsme < INT_MAX)
1635 bestsme = vp9_get_mvpred_av_var(x, &tmp_mv, &ref_mv[id].as_mv,
1643 if (bestsme < INT_MAX) {
1646 bestsme = cpi->find_fractional_mv_step(
1663 if (bestsme < last_besterr[id]) {
1665 last_besterr[id] = bestsme;
1789 int thissme, bestsme = INT_MAX; local
1837 bestsme
2199 int bestsme = INT_MAX; local
[all...]
H A Dvp9_temporal_filter.c222 int bestsme = INT_MAX; local
253 bestsme = cpi->find_fractional_mv_step(x, ref_mv,
267 return bestsme;
H A Dvp9_mcomp.c1960 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, local
1963 if (bestsme < INT_MAX)
1964 bestsme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1);
1988 if (thissme < bestsme) {
1989 bestsme = thissme;
2003 if (thissme < bestsme) {
2004 bestsme = thissme;
2013 return bestsme;

Completed in 76 milliseconds