Lines Matching defs:Mpeg1Context
61 typedef struct Mpeg1Context {
84 } Mpeg1Context;
1053 Mpeg1Context *s = avctx->priv_data;
1078 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data;
1092 memcpy(s + 1, s1 + 1, sizeof(Mpeg1Context) - sizeof(MpegEncContext));
1157 Mpeg1Context *s1 = avctx->priv_data;
1180 Mpeg1Context *s1 = avctx->priv_data;
1321 Mpeg1Context *s1 = avctx->priv_data;
1367 static void mpeg_decode_sequence_extension(Mpeg1Context *s1)
1417 static void mpeg_decode_sequence_display_extension(Mpeg1Context *s1)
1441 static void mpeg_decode_picture_display_extension(Mpeg1Context *s1)
1512 static int mpeg_decode_picture_coding_extension(Mpeg1Context *s1)
1578 Mpeg1Context *s1 = (Mpeg1Context *) s;
2015 Mpeg1Context *s1 = avctx->priv_data;
2064 Mpeg1Context *s1 = avctx->priv_data;
2151 Mpeg1Context *s1 = avctx->priv_data;
2204 Mpeg1Context *s1 = avctx->priv_data;
2339 Mpeg1Context *s = avctx->priv_data;
2341 Mpeg1Context *s1 = avctx->priv_data;
2409 Mpeg1Context *s1 = avctx->priv_data;
2436 Mpeg1Context *s = avctx->priv_data;
2773 Mpeg1Context *s = avctx->priv_data;
2849 Mpeg1Context *s = avctx->priv_data;
2859 Mpeg1Context *s = avctx->priv_data;
2872 .priv_data_size = sizeof(Mpeg1Context),
2905 .priv_data_size = sizeof(Mpeg1Context),
2951 .priv_data_size = sizeof(Mpeg1Context),