Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1744 MV nb_mv = nb_mvs[i].as_mv; in vp9_nb_mvs_inconsistency() local
1745 const double row_diff = mv->row - nb_mv.row; in vp9_nb_mvs_inconsistency()
1746 const double col_diff = mv->col - nb_mv.col; in vp9_nb_mvs_inconsistency()