Searched refs:idx_row (Results 1 – 1 of 1) sorted by relevance
367 int idx_row, idx_col; in get_smooth_motion_vector() local373 for (idx_row = 0; idx_row < 3; ++idx_row) { in get_smooth_motion_vector()374 int nb_row = row + idx_row - 1; in get_smooth_motion_vector()378 avg_nb_mv.row += (tmp_mv.row) * filter[idx_row][idx_col]; in get_smooth_motion_vector()379 avg_nb_mv.col += (tmp_mv.col) * filter[idx_row][idx_col]; in get_smooth_motion_vector()382 avg_nb_mv.row += (nb_mv.row) * filter[idx_row][idx_col]; in get_smooth_motion_vector()383 avg_nb_mv.col += (nb_mv.col) * filter[idx_row][idx_col]; in get_smooth_motion_vector()