Home
last modified time | relevance | path

Searched refs:idx_row (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c367 int idx_row, idx_col; in get_smooth_motion_vector() local
373 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()