Searched refs:filtered_mv (Results 1 – 1 of 1) sorted by relevance
290 MV * const filtered_mv = &(mi->mbmi.mv.as_mv); in estimate_mb_mvs() local292 filtered_mv->col = 0; in estimate_mb_mvs()293 filtered_mv->row = 0; in estimate_mb_mvs()316 filtered_mv->col += bmi[i].mv.as_mv.col; in estimate_mb_mvs()317 filtered_mv->row += bmi[i].mv.as_mv.row; in estimate_mb_mvs()323 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()324 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()