Lines Matching refs:MXpegDecodeContext
33 typedef struct MXpegDecodeContext {
44 } MXpegDecodeContext;
48 MXpegDecodeContext *s = avctx->priv_data;
67 MXpegDecodeContext *s = avctx->priv_data;
78 static int mxpeg_decode_app(MXpegDecodeContext *s,
90 static int mxpeg_decode_mxm(MXpegDecodeContext *s,
143 static int mxpeg_decode_com(MXpegDecodeContext *s,
158 static int mxpeg_check_dimensions(MXpegDecodeContext *s, MJpegDecodeContext *jpg,
188 MXpegDecodeContext *s = avctx->priv_data;
350 .priv_data_size = sizeof(MXpegDecodeContext),