Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c288 MV * const filtered_mv = &(mi->mbmi.mv.as_mv); in estimate_mb_mvs() local
290 filtered_mv->col = 0; in estimate_mb_mvs()
291 filtered_mv->row = 0; in estimate_mb_mvs()
314 filtered_mv->col += bmi[i].mv.as_mv.col; in estimate_mb_mvs()
315 filtered_mv->row += bmi[i].mv.as_mv.row; in estimate_mb_mvs()
321 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()
322 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()