Home | History | Annotate | Download | only in common

Lines Matching full:yoffset

254             int yoffset = i * 8 + j * 2;
260 temp = x->block[yoffset ].bmi.mv.as_mv.row
261 + x->block[yoffset+1].bmi.mv.as_mv.row
262 + x->block[yoffset+4].bmi.mv.as_mv.row
263 + x->block[yoffset+5].bmi.mv.as_mv.row;
269 temp = x->block[yoffset ].bmi.mv.as_mv.col
270 + x->block[yoffset+1].bmi.mv.as_mv.col
271 + x->block[yoffset+4].bmi.mv.as_mv.col
272 + x->block[yoffset+5].bmi.mv.as_mv.col;
542 int yoffset = i * 8 + j * 2;
548 temp = x->mode_info_context->bmi[yoffset + 0].mv.as_mv.row
549 + x->mode_info_context->bmi[yoffset + 1].mv.as_mv.row
550 + x->mode_info_context->bmi[yoffset + 4].mv.as_mv.row
551 + x->mode_info_context->bmi[yoffset + 5].mv.as_mv.row;
557 temp = x->mode_info_context->bmi[yoffset + 0].mv.as_mv.col
558 + x->mode_info_context->bmi[yoffset + 1].mv.as_mv.col
559 + x->mode_info_context->bmi[yoffset + 4].mv.as_mv.col
560 + x->mode_info_context->bmi[yoffset + 5].mv.as_mv.col;