Lines Matching defs:header
1013 int i, header;
1016 header = get_bits(&s->gb, 8);
1018 if (((header & 0x9F) != 1 && (header & 0x9F) != 2) || (header & 0x60) == 0) {
1020 av_log(avctx, AV_LOG_ERROR, "unsupported slice header (%02X)\n", header);
1024 int length = header >> 5 & 3;
1043 uint32_t header = AV_RL32(&s->slice_buf[1]);
1044 AV_WL32(&s->slice_buf[1], header ^ s->watermark_key);
1061 if ((header & 0x9F) == 2) {