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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c1188 int thissme; local
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; local
2313 thissme = cpi->diamond_search_sad(x, b, d, &mvp_full,
2322 if (thissme < bestsm
[all...]
H A Dpickinter.c859 int thissme; local
1004 thissme =
1011 if (thissme < bestsme)
1013 bestsme = thissme;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1248 int thissme, n, num00 = 0; local
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 < bestsm
[all...]
H A Dvp9_rdopt.c1798 int thissme, bestsme = INT_MAX; local
1891 thissme = cpi->full_search_sad(x, &mvp_full,
1896 if (thissme < bestsme) {
1897 bestsme = thissme;

Completed in 58 milliseconds