Searched refs:uoffset (Results 1 – 1 of 1) sorted by relevance
255 int uoffset = 16 + i * 2 + j; in vp8_build_inter4x4_predictors_mbuv() local267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask; in vp8_build_inter4x4_predictors_mbuv()276 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask; in vp8_build_inter4x4_predictors_mbuv()278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int; in vp8_build_inter4x4_predictors_mbuv()543 int uoffset = 16 + i * 2 + j; in build_4x4uvmvs() local555 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask; in build_4x4uvmvs()564 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask; in build_4x4uvmvs()567 clamp_uvmv_to_umv_border(&x->block[uoffset].bmi.mv.as_mv, x); in build_4x4uvmvs()569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int; in build_4x4uvmvs()