HomeSort by relevance Sort by last modified time
    Searched refs:bestsme (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 151 int bestsme = INT_MAX; local
191 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
202 bestsme = cpi->find_fractional_mv_step(x, b, d,
219 return bestsme;
rdopt.c 1183 int bestsme = INT_MAX; local
2233 int bestsme = INT_MAX; local
    [all...]
pickinter.c 593 int bestsme = INT_MAX; local
985 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
993 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 150 int bestsme = INT_MAX; local
190 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
201 bestsme = cpi->find_fractional_mv_step(x, b, d,
218 return bestsme;
rdopt.c 1184 int bestsme = INT_MAX; local
2233 int bestsme = INT_MAX; local
    [all...]
pickinter.c 590 int bestsme = INT_MAX; local
975 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
983 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full,
1008 if (thissme < bestsme)
1010 bestsme = thissme
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 150 int bestsme = INT_MAX; local
190 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
201 bestsme = cpi->find_fractional_mv_step(x, b, d,
218 return bestsme;
rdopt.c 1189 int bestsme = INT_MAX; local
2238 int bestsme = INT_MAX; local
    [all...]
pickinter.c 592 int bestsme = INT_MAX; local
978 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
986 bestsme = cpi->diamond_search_sad(x, b, d, &mvp_full,
1011 if (thissme < bestsme)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1798 int thissme, bestsme = INT_MAX; local
2378 int bestsme = INT_MAX; local
2581 int bestsme = INT_MAX; local
    [all...]
vp9_temporal_filter.c 135 int bestsme = INT_MAX; local
167 // if (bestsme > error_thresh && bestsme < INT_MAX)
172 bestsme = cpi->find_fractional_mv_step(x, ref_mv,
186 return bestsme;
vp9_mcomp.c 1232 int bestsme = cpi->diamond_search_sad(x, mvp_full, &temp_mv, local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1798 int thissme, bestsme = INT_MAX; local
2378 int bestsme = INT_MAX; local
2581 int bestsme = INT_MAX; local
    [all...]
vp9_temporal_filter.c 135 int bestsme = INT_MAX; local
167 // if (bestsme > error_thresh && bestsme < INT_MAX)
172 bestsme = cpi->find_fractional_mv_step(x, ref_mv,
186 return bestsme;
vp9_mcomp.c 1249 int bestsme = cpi->diamond_search_sad(x, mvp_full, &temp_mv, local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 145 int bestsme = INT_MAX; local
176 bestsme = cpi->find_fractional_mv_step(x, ref_mv,
190 return bestsme;
vp9_mcomp.c 1389 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, local
    [all...]
vp9_rdopt.c 1368 int thissme, bestsme = INT_MAX; local
1776 int bestsme = INT_MAX; local
1940 int bestsme = INT_MAX; local
    [all...]

Completed in 422 milliseconds