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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deamad.c44 typedef struct MadContext { struct
51 } MadContext; typedef in typeref:struct:MadContext
62 MadContext *t = avctx->priv_data;
83 static inline void comp_block(MadContext *t, int mb_x, int mb_y,
101 static inline void idct_put(MadContext *t, DCTELEM *block, int mb_x, int mb_y, int j)
116 static inline void decode_block_intra(MadContext * t, DCTELEM * block)
187 static void decode_mb(MadContext *t, int inter)
217 static void calc_intra_matrix(MadContext *t, int qscale)
240 MadContext *t = avctx->priv_data;
300 MadContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deamad.c47 typedef struct MadContext { struct
61 } MadContext; typedef in typeref:struct:MadContext
65 MadContext *s = avctx->priv_data;
91 static inline void comp_block(MadContext *t, AVFrame *frame,
115 static inline void idct_put(MadContext *t, AVFrame *frame, int16_t *block,
130 static inline int decode_block_intra(MadContext *s, int16_t * block)
201 static int decode_mb(MadContext *s, AVFrame *frame, int inter)
231 static void calc_quant_matrix(MadContext *s, int qscale)
247 MadContext *s = avctx->priv_data;
327 MadContext *
[all...]

Completed in 66 milliseconds