Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dreconinter.c465 int mvcol = x->mode_info_context->mbmi.mv.as_mv.col; in vp8_build_uvmvs() local
472 if (mvcol < 0) in vp8_build_uvmvs()
473 mvcol -= 1; in vp8_build_uvmvs()
475 mvcol += 1; in vp8_build_uvmvs()
478 mvcol /= 2; in vp8_build_uvmvs()
483 x->block[ 16 + i].bmi.mv.as_mv.col = mvcol; in vp8_build_uvmvs()
488 x->block[ 16 + i].bmi.mv.as_mv.col = mvcol & 0xfffffff8; in vp8_build_uvmvs()