Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c253 int row_acc = 0; in estimate_mv() local
262 row_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.row; in estimate_mv()
269 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()