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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dyop.c31 typedef struct YopDecContext { struct
44 } YopDecContext; typedef in typeref:struct:YopDecContext
83 YopDecContext *s = avctx->priv_data;
110 YopDecContext *s = avctx->priv_data;
121 static void yop_paint_block(YopDecContext *s, int tag)
136 static int yop_copy_previous_block(YopDecContext *s, int copy_tag)
161 static uint8_t yop_get_next_nibble(YopDecContext *s)
178 static void yop_next_macroblock(YopDecContext *s)
193 YopDecContext *s = avctx->priv_data;
254 .priv_data_size = sizeof(YopDecContext),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dyop.c32 typedef struct YopDecContext { struct
45 } YopDecContext; typedef in typeref:struct:YopDecContext
84 YopDecContext *s = avctx->priv_data;
93 YopDecContext *s = avctx->priv_data;
132 static int yop_paint_block(YopDecContext *s, int linesize, int tag)
153 static int yop_copy_previous_block(YopDecContext *s, int linesize, int copy_tag)
177 static uint8_t yop_get_next_nibble(YopDecContext *s)
194 YopDecContext *s = avctx->priv_data;
271 .priv_data_size = sizeof(YopDecContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyop.c37 } YopDecContext; typedef in typeref:struct:yop_dec_context
58 YopDecContext *yop = s->priv_data;
122 YopDecContext *yop = s->priv_data;
187 YopDecContext *yop = s->priv_data;
195 YopDecContext *yop = s->priv_data;
222 .priv_data_size = sizeof(YopDecContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyop.c36 } YopDecContext; typedef in typeref:struct:yop_dec_context
52 YopDecContext *yop = s->priv_data;
116 YopDecContext *yop = s->priv_data;
175 YopDecContext *yop = s->priv_data;
183 YopDecContext *yop = s->priv_data;
208 .priv_data_size = sizeof(YopDecContext),

Completed in 71 milliseconds