Searched refs:filtered_mv (Results 1 – 1 of 1) sorted by relevance
288 MV * const filtered_mv = &(mi->mbmi.mv.as_mv); in estimate_mb_mvs() local290 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()