Lines Matching defs:SGAVideoContext
32 typedef struct SGAVideoContext {
59 } SGAVideoContext;
106 static int decode_index_palmap(SGAVideoContext *s, AVFrame *frame)
128 static int decode_index_tilemap(SGAVideoContext *s, AVFrame *frame)
181 static int decode_index(SGAVideoContext *s, AVFrame *frame)
253 SGAVideoContext *s = avctx->priv_data;
277 SGAVideoContext *s = avctx->priv_data;
312 SGAVideoContext *s = avctx->priv_data;
511 SGAVideoContext *s = avctx->priv_data;
527 .priv_data_size = sizeof(SGAVideoContext),