Lines Matching defs:SeqVideoContext
34 typedef struct SeqVideoContext {
37 } SeqVideoContext;
78 static const unsigned char *seq_decode_op1(SeqVideoContext *seq,
128 static const unsigned char *seq_decode_op2(SeqVideoContext *seq,
147 static const unsigned char *seq_decode_op3(SeqVideoContext *seq,
165 static int seqvideo_decode(SeqVideoContext *seq, const unsigned char *data, int data_size)
216 SeqVideoContext *seq = avctx->priv_data;
240 SeqVideoContext *seq = avctx->priv_data;
257 SeqVideoContext *seq = avctx->priv_data;
269 .priv_data_size = sizeof(SeqVideoContext),