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.c1191 int bestsme = INT_MAX; local
1241 bestsme = cpi->diamond_search_sad(x, c, e, &mvp_full,
1263 if (thissme < bestsme)
1265 bestsme = thissme;
1275 if ((cpi->compressor_speed == 0) && (bestsme >> sseshift) > 4000)
1284 if (thissme < bestsme)
1286 bestsme = thissme;
1299 if (bestsme < INT_MAX)
2240 int bestsme = INT_MAX; local
2290 bestsme
[all...]
H A Dpickinter.c700 int bestsme = INT_MAX; local
1195 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
1203 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full,
1228 if (thissme < bestsme)
1230 bestsme = thissme;
1246 if (bestsme < INT_MAX)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1600 int bestsme = INT_MAX; local
1661 bestsme = vp9_refining_search_8p_c(x, &tmp_mv, sadpb,
1665 if (bestsme < INT_MAX)
1666 bestsme = vp9_get_mvpred_av_var(x, &tmp_mv, &ref_mv[id].as_mv,
1674 if (bestsme < INT_MAX) {
1677 bestsme = cpi->find_fractional_mv_step(
1694 if (bestsme < last_besterr[id]) {
1696 last_besterr[id] = bestsme;
1820 int thissme, bestsme = INT_MAX; local
1869 bestsme
2231 int bestsme = INT_MAX; local
[all...]
H A Dvp9_temporal_filter.c224 int bestsme = INT_MAX; local
256 bestsme = cpi->find_fractional_mv_step(x, ref_mv,
270 return bestsme;
H A Dvp9_mcomp.c1962 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, local
1965 if (bestsme < INT_MAX)
1966 bestsme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1);
1990 if (thissme < bestsme) {
1991 bestsme = thissme;
2005 if (thissme < bestsme) {
2006 bestsme = thissme;
2015 return bestsme;

Completed in 576 milliseconds