Lines Matching refs:offs
82 int offs, int mv_x, int mv_y, int mv_x2, int mv_y2,
85 int ref_offs = offs + mv_y * band->pitch + mv_x;
91 av_assert0(offs >= 0 && ref_offs >= 0 && band->ref_buf);
92 av_assert0(buf_size - min_size >= offs);
97 mc(band->buf + offs, band->ref_buf + ref_offs, band->pitch, mc_type);
99 int ref_offs2 = offs + mv_y2 * band->pitch + mv_x2;
101 if (offs < 0 || ref_offs2 < 0 || !band->b_ref_buf)
107 mc(band->buf + offs, band->b_ref_buf + ref_offs2,
110 mc_avg(band->buf + offs, band->ref_buf + ref_offs,
491 uint32_t quant, int offs,
506 int buf_size = band->pitch * band->aheight - offs;
575 band->inv_transform(trvec, band->buf + offs,
580 return ivi_mc(band, mc, mc_avg, offs, mv_x, mv_y, mv_x2, mv_y2,
752 int offs, mb_offset, row_offset, ret;
770 offs = tile->ypos * pitch + tile->xpos;
777 mb_offset = offs;
830 offs += row_offset;
851 offs = mb->buf_offs + band->blk_size * ((blk & 1) + !!(blk & 2) * pitch);
852 ret = ivi_mc(band, mc_no_delta_func, 0, offs,