Home
last modified time | relevance | path

Searched refs:MadContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Deamad.c51 typedef struct MadContext { struct
65 } MadContext; typedef
69 MadContext *s = avctx->priv_data; in decode_init()
95 static inline void comp_block(MadContext *t, AVFrame *frame, in comp_block()
119 static inline void idct_put(MadContext *t, AVFrame *frame, int16_t *block, in idct_put()
134 static inline int decode_block_intra(MadContext *s, int16_t * block) in decode_block_intra()
211 static int decode_mb(MadContext *s, AVFrame *frame, int inter) in decode_mb()
241 static void calc_quant_matrix(MadContext *s, int qscale) in calc_quant_matrix()
255 MadContext *s = avctx->priv_data; in decode_frame()
337 MadContext * in decode_end()
[all...]

Completed in 2 milliseconds