Lines Matching defs:offset
1490 uint32_t nblocks, offset;
1518 offset = bytestream_get_be32(&s->ptr);
1520 if (offset > 3) {
1521 av_log(avctx, AV_LOG_ERROR, "Incorrect offset passed\n");
1526 if (s->data_end - s->ptr < offset) {
1530 s->ptr += offset;
1535 skip_bits_long(&s->gb, offset * 8);
1537 skip_bits_long(&s->gb, offset);
1628 int offset = s->bps == 24;
1641 crc = av_crc(crc_tab, crc, smp+offset, bytes);