Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c51 int_mv *mv_ref_list, int_mv *base_mv, int mi_row, in mv_refs_rt() argument
124 base_mv->as_mv.row = (candidate->mv[0].as_mv.row * 2); in mv_refs_rt()
125 base_mv->as_mv.col = (candidate->mv[0].as_mv.col * 2); in mv_refs_rt()
126 clamp_mv_ref(&base_mv->as_mv, xd); in mv_refs_rt()
128 base_mv->as_int = INVALID_MV; in mv_refs_rt()