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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmmvideo.c47 typedef struct MmContext { struct
51 } MmContext; typedef in typeref:struct:MmContext
55 MmContext *s = avctx->priv_data;
73 static void mm_decode_pal(MmContext *s, const uint8_t *buf, const uint8_t *buf_end)
84 static void mm_decode_intra(MmContext * s, int half_horiz, int half_vert, const uint8_t *buf, int buf_size)
119 static void mm_decode_inter(MmContext * s, int half_horiz, int half_vert, const uint8_t *buf, int buf_size)
164 MmContext *s = avctx->priv_data;
194 MmContext *s = avctx->priv_data;
206 sizeof(MmContext),

Completed in 207 milliseconds