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