Home
last modified time | relevance | path

Searched refs:DCAXllDecoder (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_xll.h105 typedef struct DCAXllDecoder { struct
142 } DCAXllDecoder; argument
144 int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset);
145 int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame);
146 av_cold void ff_dca_xll_flush(DCAXllDecoder *s);
147 av_cold void ff_dca_xll_close(DCAXllDecoder *s);
Ddca_xll.c71 static int parse_dmix_coeffs(DCAXllDecoder *s, DCAXllChSet *c) in parse_dmix_coeffs()
116 static int chs_parse_header(DCAXllDecoder *s, DCAXllChSet *c, DCAExssAsset *asset) in chs_parse_header()
386 static int chs_alloc_msb_band_data(DCAXllDecoder *s, DCAXllChSet *c) in chs_alloc_msb_band_data()
409 static int chs_alloc_lsb_band_data(DCAXllDecoder *s, DCAXllChSet *c) in chs_alloc_lsb_band_data()
442 static int chs_parse_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg, int band_data_e… in chs_parse_band_data()
599 static av_cold void chs_clear_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg) in chs_clear_band_data()
627 static void chs_filter_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band) in chs_filter_band_data()
692 static int chs_get_lsb_width(DCAXllDecoder *s, DCAXllChSet *c, int band, int ch) in chs_get_lsb_width()
707 static void chs_assemble_msbs_lsbs(DCAXllDecoder *s, DCAXllChSet *c, int band) in chs_assemble_msbs_lsbs()
729 static int chs_assemble_freq_bands(DCAXllDecoder *s, DCAXllChSet *c) in chs_assemble_freq_bands()
[all …]
Ddcadec.h52 DCAXllDecoder xll; ///< XLL decoder context