Home
last modified time | relevance | path

Searched refs:overlap_sum (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()