Lines Matching defs:DCACoreDecoder
99 typedef struct DCACoreDecoder {
212 } DCACoreDecoder;
214 static inline int ff_dca_core_map_spkr(DCACoreDecoder *core, int spkr)
248 int ff_dca_core_parse(DCACoreDecoder *s, const uint8_t *data, int size);
249 int ff_dca_core_parse_exss(DCACoreDecoder *s, const uint8_t *data, DCAExssAsset *asset);
250 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth);
251 int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame);
252 av_cold void ff_dca_core_flush(DCACoreDecoder *s);
253 av_cold int ff_dca_core_init(DCACoreDecoder *s);
254 av_cold void ff_dca_core_close(DCACoreDecoder *s);