Lines Matching defs:xoff
650 * @param xoff horizontal offset from the start of the current block
661 const int xoff, const int yoff, int mv_off,
714 src_x = s->mb_x * 16 + xoff + mx;
716 uvsrc_x = s->mb_x * 8 + (xoff >> 1) + umx;
734 Y = s->dest[0] + xoff + yoff *s->linesize;
735 U = s->dest[1] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
736 V = s->dest[2] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
738 Y = r->tmp_b_block_y [dir] + xoff + yoff *s->linesize;
739 U = r->tmp_b_block_uv[dir*2] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
740 V = r->tmp_b_block_uv[dir*2+1] + (xoff>>1) + (yoff>>1)*s->uvlinesize;
777 const int xoff, const int yoff, int mv_off,
780 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,