Lines Matching defs:buf_p
865 uint8_t *buf_p;
926 buf_p = buf + buf_size;
933 if (trailer > buf_p - buf) v = INT_MAX;
934 else v = AV_RB24(buf_p-trailer) + trailer;
935 } else v = buf_p - c->bytestream_start;
936 if (buf_p - c->bytestream_start < v) {
941 buf_p -= v;
944 unsigned crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, v);
958 av_log(avctx, AV_LOG_DEBUG, "slice %d, CRC: 0x%08"PRIX32"\n", i, AV_RB32(buf_p + v - 4));
963 ff_init_range_decoder(&fs->c, buf_p, v);
965 fs->c.bytestream_end = buf_p + v;