Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.h103 typedef struct DCAXllDecoder { struct
140 } DCAXllDecoder; argument
142 int ff_dca_xll_parse(DCAXllDecoder *s, const uint8_t *data, DCAExssAsset *asset);
143 int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame);
144 av_cold void ff_dca_xll_flush(DCAXllDecoder *s);
145 av_cold void ff_dca_xll_close(DCAXllDecoder *s);
Ddca_xll.c73 static int parse_dmix_coeffs(DCAXllDecoder *s, DCAXllChSet *c) in parse_dmix_coeffs()
118 static int chs_parse_header(DCAXllDecoder *s, DCAXllChSet *c, DCAExssAsset *asset) in chs_parse_header()
388 static int chs_alloc_msb_band_data(DCAXllDecoder *s, DCAXllChSet *c) in chs_alloc_msb_band_data()
411 static int chs_alloc_lsb_band_data(DCAXllDecoder *s, DCAXllChSet *c) in chs_alloc_lsb_band_data()
444 static int chs_parse_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg, int band_data_e… in chs_parse_band_data()
601 static av_cold void chs_clear_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg) in chs_clear_band_data()
629 static void chs_filter_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band) in chs_filter_band_data()
694 static int chs_get_lsb_width(DCAXllDecoder *s, DCAXllChSet *c, int band, int ch) in chs_get_lsb_width()
709 static void chs_assemble_msbs_lsbs(DCAXllDecoder *s, DCAXllChSet *c, int band) in chs_assemble_msbs_lsbs()
731 static int chs_assemble_freq_bands(DCAXllDecoder *s, DCAXllChSet *c) in chs_assemble_freq_bands()
[all …]
Ddcadec.h59 DCAXllDecoder xll; ///< XLL decoder context