DCACoreDecoder     82 libavcodec/dca_core.c static int parse_frame_header(DCACoreDecoder *s)
DCACoreDecoder    151 libavcodec/dca_core.c static int parse_coding_header(DCACoreDecoder *s, enum HeaderType header, int xch_base)
DCACoreDecoder    347 libavcodec/dca_core.c static inline int parse_scale(DCACoreDecoder *s, int *scale_index, int sel)
DCACoreDecoder    376 libavcodec/dca_core.c static inline int parse_joint_scale(DCACoreDecoder *s, int sel)
DCACoreDecoder    399 libavcodec/dca_core.c static int parse_subframe_header(DCACoreDecoder *s, int sf,
DCACoreDecoder    546 libavcodec/dca_core.c static inline int parse_block_codes(DCACoreDecoder *s, int32_t *audio, int abits)
DCACoreDecoder    562 libavcodec/dca_core.c static inline int parse_huffman_codes(DCACoreDecoder *s, int32_t *audio, int abits, int sel)
DCACoreDecoder    573 libavcodec/dca_core.c static inline int extract_audio(DCACoreDecoder *s, int32_t *audio, int abits, int ch)
DCACoreDecoder    621 libavcodec/dca_core.c static int parse_subframe_audio(DCACoreDecoder *s, int sf, enum HeaderType header,
DCACoreDecoder    758 libavcodec/dca_core.c static void erase_adpcm_history(DCACoreDecoder *s)
DCACoreDecoder    771 libavcodec/dca_core.c static int alloc_sample_buffer(DCACoreDecoder *s)
DCACoreDecoder    799 libavcodec/dca_core.c static int parse_frame_data(DCACoreDecoder *s, enum HeaderType header, int xch_base)
DCACoreDecoder    837 libavcodec/dca_core.c static int parse_xch_frame(DCACoreDecoder *s)
DCACoreDecoder    858 libavcodec/dca_core.c static int parse_xxch_frame(DCACoreDecoder *s)
DCACoreDecoder    935 libavcodec/dca_core.c static int parse_xbr_subframe(DCACoreDecoder *s, int xbr_base_ch, int xbr_nchannels,
DCACoreDecoder   1070 libavcodec/dca_core.c static int parse_xbr_frame(DCACoreDecoder *s)
DCACoreDecoder   1153 libavcodec/dca_core.c static int rand_x96(DCACoreDecoder *s)
DCACoreDecoder   1159 libavcodec/dca_core.c static int parse_x96_subframe_audio(DCACoreDecoder *s, int sf, int xch_base, int *sub_pos)
DCACoreDecoder   1267 libavcodec/dca_core.c static void erase_x96_adpcm_history(DCACoreDecoder *s)
DCACoreDecoder   1280 libavcodec/dca_core.c static int alloc_x96_sample_buffer(DCACoreDecoder *s)
DCACoreDecoder   1306 libavcodec/dca_core.c static int parse_x96_subframe_header(DCACoreDecoder *s, int xch_base)
DCACoreDecoder   1390 libavcodec/dca_core.c static int parse_x96_coding_header(DCACoreDecoder *s, int exss, int xch_base)
DCACoreDecoder   1477 libavcodec/dca_core.c static int parse_x96_frame_data(DCACoreDecoder *s, int exss, int xch_base)
DCACoreDecoder   1512 libavcodec/dca_core.c static int parse_x96_frame(DCACoreDecoder *s)
DCACoreDecoder   1541 libavcodec/dca_core.c static int parse_x96_frame_exss(DCACoreDecoder *s)
DCACoreDecoder   1617 libavcodec/dca_core.c static int parse_aux_data(DCACoreDecoder *s)
DCACoreDecoder   1685 libavcodec/dca_core.c static int parse_optional_info(DCACoreDecoder *s)
DCACoreDecoder   1798 libavcodec/dca_core.c int ff_dca_core_parse(DCACoreDecoder *s, uint8_t *data, int size)
DCACoreDecoder   1831 libavcodec/dca_core.c int ff_dca_core_parse_exss(DCACoreDecoder *s, uint8_t *data, DCAExssAsset *asset)
DCACoreDecoder   1908 libavcodec/dca_core.c static int map_prm_ch_to_spkr(DCACoreDecoder *s, int ch)
DCACoreDecoder   1944 libavcodec/dca_core.c static void erase_dsp_history(DCACoreDecoder *s)
DCACoreDecoder   1951 libavcodec/dca_core.c static void set_filter_mode(DCACoreDecoder *s, int mode)
DCACoreDecoder   1959 libavcodec/dca_core.c int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth)
DCACoreDecoder   2063 libavcodec/dca_core.c static int filter_frame_fixed(DCACoreDecoder *s, AVFrame *frame)
DCACoreDecoder   2160 libavcodec/dca_core.c static int filter_frame_float(DCACoreDecoder *s, AVFrame *frame)
DCACoreDecoder   2345 libavcodec/dca_core.c int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame)
DCACoreDecoder   2399 libavcodec/dca_core.c av_cold void ff_dca_core_flush(DCACoreDecoder *s)
DCACoreDecoder   2412 libavcodec/dca_core.c av_cold int ff_dca_core_init(DCACoreDecoder *s)
DCACoreDecoder   2430 libavcodec/dca_core.c av_cold void ff_dca_core_close(DCACoreDecoder *s)
DCACoreDecoder    216 libavcodec/dca_core.h static inline int ff_dca_core_map_spkr(DCACoreDecoder *core, int spkr)
DCACoreDecoder    250 libavcodec/dca_core.h int ff_dca_core_parse(DCACoreDecoder *s, uint8_t *data, int size);
DCACoreDecoder    251 libavcodec/dca_core.h int ff_dca_core_parse_exss(DCACoreDecoder *s, uint8_t *data, DCAExssAsset *asset);
DCACoreDecoder    252 libavcodec/dca_core.h int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth);
DCACoreDecoder    253 libavcodec/dca_core.h int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame);
DCACoreDecoder    254 libavcodec/dca_core.h av_cold void ff_dca_core_flush(DCACoreDecoder *s);
DCACoreDecoder    255 libavcodec/dca_core.h av_cold int ff_dca_core_init(DCACoreDecoder *s);
DCACoreDecoder    256 libavcodec/dca_core.h av_cold void ff_dca_core_close(DCACoreDecoder *s);
DCACoreDecoder     50 libavcodec/dcadec.h     DCACoreDecoder core;  ///< Core decoder context