DCAXllDecoder      71 libavcodec/dca_xll.c static int parse_dmix_coeffs(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder     116 libavcodec/dca_xll.c static int chs_parse_header(DCAXllDecoder *s, DCAXllChSet *c, DCAExssAsset *asset)
DCAXllDecoder     386 libavcodec/dca_xll.c static int chs_alloc_msb_band_data(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder     409 libavcodec/dca_xll.c static int chs_alloc_lsb_band_data(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder     442 libavcodec/dca_xll.c static int chs_parse_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg, int band_data_end)
DCAXllDecoder     599 libavcodec/dca_xll.c static av_cold void chs_clear_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band, int seg)
DCAXllDecoder     627 libavcodec/dca_xll.c static void chs_filter_band_data(DCAXllDecoder *s, DCAXllChSet *c, int band)
DCAXllDecoder     692 libavcodec/dca_xll.c static int chs_get_lsb_width(DCAXllDecoder *s, DCAXllChSet *c, int band, int ch)
DCAXllDecoder     707 libavcodec/dca_xll.c static void chs_assemble_msbs_lsbs(DCAXllDecoder *s, DCAXllChSet *c, int band)
DCAXllDecoder     729 libavcodec/dca_xll.c static int chs_assemble_freq_bands(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder     765 libavcodec/dca_xll.c static int parse_common_header(DCAXllDecoder *s)
DCAXllDecoder     877 libavcodec/dca_xll.c static DCAXllChSet *find_next_hier_dmix_chset(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder     903 libavcodec/dca_xll.c static int parse_sub_headers(DCAXllDecoder *s, DCAExssAsset *asset)
DCAXllDecoder     951 libavcodec/dca_xll.c static int parse_navi_table(DCAXllDecoder *s)
DCAXllDecoder    1002 libavcodec/dca_xll.c static int parse_band_data(DCAXllDecoder *s)
DCAXllDecoder    1041 libavcodec/dca_xll.c static int parse_frame(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset)
DCAXllDecoder    1062 libavcodec/dca_xll.c static void clear_pbr(DCAXllDecoder *s)
DCAXllDecoder    1068 libavcodec/dca_xll.c static int copy_to_pbr(DCAXllDecoder *s, uint8_t *data, int size, int delay)
DCAXllDecoder    1082 libavcodec/dca_xll.c static int parse_frame_no_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset)
DCAXllDecoder    1120 libavcodec/dca_xll.c static int parse_frame_pbr(DCAXllDecoder *s, uint8_t *data, int size, DCAExssAsset *asset)
DCAXllDecoder    1161 libavcodec/dca_xll.c int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset)
DCAXllDecoder    1178 libavcodec/dca_xll.c static void undo_down_mix(DCAXllDecoder *s, DCAXllChSet *o, int band)
DCAXllDecoder    1209 libavcodec/dca_xll.c static void scale_down_mix(DCAXllDecoder *s, DCAXllChSet *o, int band)
DCAXllDecoder    1237 libavcodec/dca_xll.c static av_cold void force_lossy_output(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder    1254 libavcodec/dca_xll.c static int combine_residual_frame(DCAXllDecoder *s, DCAXllChSet *c)
DCAXllDecoder    1322 libavcodec/dca_xll.c int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame)
DCAXllDecoder    1471 libavcodec/dca_xll.c av_cold void ff_dca_xll_flush(DCAXllDecoder *s)
DCAXllDecoder    1476 libavcodec/dca_xll.c av_cold void ff_dca_xll_close(DCAXllDecoder *s)
DCAXllDecoder     144 libavcodec/dca_xll.h int ff_dca_xll_parse(DCAXllDecoder *s, uint8_t *data, DCAExssAsset *asset);
DCAXllDecoder     145 libavcodec/dca_xll.h int ff_dca_xll_filter_frame(DCAXllDecoder *s, AVFrame *frame);
DCAXllDecoder     146 libavcodec/dca_xll.h av_cold void ff_dca_xll_flush(DCAXllDecoder *s);
DCAXllDecoder     147 libavcodec/dca_xll.h av_cold void ff_dca_xll_close(DCAXllDecoder *s);
DCAXllDecoder      52 libavcodec/dcadec.h     DCAXllDecoder  xll;   ///< XLL decoder context