Lines Matching defs:off
217 int xy, wrap, off = 0;
271 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
273 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 2;
280 off = s->mb_x ? -1 : 1;
282 off = s->mb_x ? -1 : 2 * s->mb_width - wrap - 1;
285 off = (s->mb_x == (s->mb_width - 1)) ? -1 : 1;
288 off = 1;
291 off = -1;
299 b_valid = b_valid && !is_intra[xy - wrap + off];
315 B = s->current_picture.motion_val[dir][xy - wrap + off + v->blocks_off];
316 b_f = v->mv_f[dir][xy - wrap + off + v->blocks_off];
474 int xy, wrap, off = 0;
508 off = ((n == 0) || (n == 1)) ? 1 : -1;
518 + s->current_picture.motion_val[dir][xy - 1 + off * wrap][0] + 1) >> 1;
520 + s->current_picture.motion_val[dir][xy - 1 + off * wrap][1] + 1) >> 1;
695 int xy, wrap, off = 0;
748 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
749 B = s->current_picture.motion_val[0][xy - wrap * 2 + off];
817 off = (s->mb_x == (s->mb_width - 1)) ? -2 : 2;
818 B = s->current_picture.motion_val[1][xy - wrap * 2 + off];