Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c346 MV nb_mv = nb_full_mvs[i].as_mv; in vp9_nb_mvs_inconsistency() local
347 const int64_t row_diff = abs(mv->row - nb_mv.row); in vp9_nb_mvs_inconsistency()
348 const int64_t col_diff = abs(mv->col - nb_mv.col); in vp9_nb_mvs_inconsistency()
380 const FloatMV nb_mv = tmp_mf[nb_row * cols + nb_col]; in get_smooth_motion_vector() local
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()