/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 151 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;
|
rdopt.c | 1191 int bestsme = INT_MAX; local 2240 int bestsme = INT_MAX; local [all...] |
pickinter.c | 700 int bestsme = INT_MAX; local [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...] |
/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/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 1600 int bestsme = INT_MAX; local 1820 int thissme, bestsme = INT_MAX; local 2231 int bestsme = INT_MAX; local [all...] |
vp9_temporal_filter.c | 224 int bestsme = INT_MAX; local 256 bestsme = cpi->find_fractional_mv_step(x, ref_mv, 270 return bestsme;
|
vp9_mcomp.c | 1962 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, local [all...] |