Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dfindnearmv.c28 MV xmv; in mv_bias() local
29 xmv = x->mbmi.mv.as_mv; in mv_bias()
33 xmv.row *= -1; in mv_bias()
34 xmv.col *= -1; in mv_bias()
37 mvp->as_mv = xmv; in mv_bias()