Searched refs:MmContext (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 Dmmvideo.c48 typedef struct MmContext { struct
53 } MmContext; typedef in typeref:struct:MmContext
57 MmContext *s = avctx->priv_data;
68 static int mm_decode_pal(MmContext *s)
85 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
127 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert)
181 MmContext *s = avctx->priv_data;
221 MmContext *s = avctx->priv_data;
233 .priv_data_size = sizeof(MmContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmmvideo.c49 typedef struct MmContext { struct
54 } MmContext; typedef in typeref:struct:MmContext
58 MmContext *s = avctx->priv_data;
71 static int mm_decode_pal(MmContext *s)
88 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
132 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert)
189 MmContext *s = avctx->priv_data;
229 MmContext *s = avctx->priv_data;
241 .priv_data_size = sizeof(MmContext),

Completed in 31 milliseconds