Searched refs:filtered_mv (Results 1 – 1 of 1) sorted by relevance
245 MV *const filtered_mv = &(mi->mbmi.mv.as_mv); in estimate_mb_mvs() local247 filtered_mv->col = 0; in estimate_mb_mvs()248 filtered_mv->row = 0; in estimate_mb_mvs()265 filtered_mv->col += bmi[i].mv.as_mv.col; in estimate_mb_mvs()266 filtered_mv->row += bmi[i].mv.as_mv.row; in estimate_mb_mvs()271 filtered_mv->col /= non_zero_count; in estimate_mb_mvs()272 filtered_mv->row /= non_zero_count; in estimate_mb_mvs()