Lines Matching refs:buf_offs
476 static int ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int buf_offs,
479 band->dc_transform(prev_dc, band->buf + buf_offs,
603 uint32_t cbp, quant, buf_offs;
629 buf_offs = mb->buf_offs;
693 buf_offs += blk_size;
695 buf_offs -= blk_size;
696 buf_offs += blk_size * band->pitch;
705 buf_offs, avctx);
709 int buf_size = band->pitch * band->aheight - buf_offs;
718 ret = ivi_dc_transform(band, &prev_dc, buf_offs, blk_size);
723 buf_offs, mv_x, mv_y, mv_x2, mv_y2,
782 mb->buf_offs = mb_offset;
851 offs = mb->buf_offs + band->blk_size * ((blk & 1) + !!(blk & 2) * pitch);