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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c136 typedef struct APEContext { struct
174 void (*entropy_decode_mono)(struct APEContext *ctx, int blockstodecode);
175 void (*entropy_decode_stereo)(struct APEContext *ctx, int blockstodecode);
176 void (*predictor_decode_mono)(struct APEContext *ctx, int count);
177 void (*predictor_decode_stereo)(struct APEContext *ctx, int count);
178 } APEContext; typedef in typeref:struct:APEContext
180 static void ape_apply_filters(APEContext *ctx, int32_t *decoded0,
183 static void entropy_decode_mono_0000(APEContext *ctx, int blockstodecode);
184 static void entropy_decode_stereo_0000(APEContext *ctx, int blockstodecode);
185 static void entropy_decode_mono_3860(APEContext *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c130 typedef struct APEContext { struct
161 } APEContext; typedef in typeref:struct:APEContext
167 APEContext *s = avctx->priv_data;
179 APEContext *s = avctx->priv_data;
241 static inline void range_start_decoding(APEContext *ctx)
249 static inline void range_dec_normalize(APEContext *ctx)
270 static inline int range_decode_culfreq(APEContext *ctx, int tot_f)
282 static inline int range_decode_culshift(APEContext *ctx, int shift)
296 static inline void range_decode_update(APEContext *ctx, int sy_f, int lt_f)
303 static inline int range_decode_bits(APEContext *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dape.c85 } APEContext; typedef in typeref:struct:__anon3451
99 static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
165 APEContext *ape = s->priv_data;
389 APEContext *ape = s->priv_data;
439 APEContext *ape = s->priv_data;
450 APEContext *ape = s->priv_data;
465 .priv_data_size = sizeof(APEContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dape.c86 } APEContext; typedef in typeref:struct:__anon2112
96 static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
158 APEContext *ape = s->priv_data;
356 APEContext *ape = s->priv_data;
393 APEContext *ape = s->priv_data;
403 APEContext *ape = s->priv_data;
416 .priv_data_size = sizeof(APEContext),

Completed in 46 milliseconds