Lines Matching defs:extra
61 unsigned flags; ///< 1 for EHB, 0 is no extra half darkening
198 * Extracts the IFF extra context and updates internal
201 * @param avctx the AVCodecContext where to extract extra context to
202 * @param avpkt the AVPacket to extract extra context from or NULL to use avctx
232 unsigned extra;
238 extra = bytestream2_get_be32(gb);
239 s->is_short = !(extra & 1);
240 s->is_brush = extra == 2;
241 s->is_interlaced = !!(extra & 0x40);
469 av_log(NULL, AV_LOG_WARNING, "Ignoring extra planes beyond 8\n");