Lines Matching defs:MadContext
51 typedef struct MadContext {
65 } MadContext;
69 MadContext *s = avctx->priv_data;
95 static inline void comp_block(MadContext *t, AVFrame *frame,
119 static inline void idct_put(MadContext *t, AVFrame *frame, int16_t *block,
134 static inline int decode_block_intra(MadContext *s, int16_t * block)
211 static int decode_mb(MadContext *s, AVFrame *frame, int inter)
241 static void calc_quant_matrix(MadContext *s, int qscale)
255 MadContext *s = avctx->priv_data;
337 MadContext *t = avctx->priv_data;
348 .priv_data_size = sizeof(MadContext),