DCALbrDecoder 143 libavcodec/dca_lbr.c static int parse_lfe_24(DCALbrDecoder *s) DCALbrDecoder 197 libavcodec/dca_lbr.c static int parse_lfe_16(DCALbrDecoder *s) DCALbrDecoder 247 libavcodec/dca_lbr.c static int parse_lfe_chunk(DCALbrDecoder *s, LBRChunk *chunk) DCALbrDecoder 280 libavcodec/dca_lbr.c static int parse_tonal(DCALbrDecoder *s, int group) DCALbrDecoder 362 libavcodec/dca_lbr.c static int parse_tonal_chunk(DCALbrDecoder *s, LBRChunk *chunk) DCALbrDecoder 395 libavcodec/dca_lbr.c static int parse_tonal_group(DCALbrDecoder *s, LBRChunk *chunk) DCALbrDecoder 425 libavcodec/dca_lbr.c static int parse_scale_factors(DCALbrDecoder *s, uint8_t *scf) DCALbrDecoder 509 libavcodec/dca_lbr.c static int parse_grid_1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) DCALbrDecoder 577 libavcodec/dca_lbr.c static int parse_grid_1_sec_ch(DCALbrDecoder *s, int ch2) DCALbrDecoder 603 libavcodec/dca_lbr.c static void parse_grid_3(DCALbrDecoder *s, int ch1, int ch2, int sb, int flag) DCALbrDecoder 625 libavcodec/dca_lbr.c static float lbr_rand(DCALbrDecoder *s, int sb) DCALbrDecoder 634 libavcodec/dca_lbr.c static void parse_ch(DCALbrDecoder *s, int ch, int sb, int quant_level, int flag) DCALbrDecoder 708 libavcodec/dca_lbr.c static int parse_ts(DCALbrDecoder *s, int ch1, int ch2, DCALbrDecoder 787 libavcodec/dca_lbr.c static int parse_lpc(DCALbrDecoder *s, int ch1, int ch2, int start_sb, int end_sb) DCALbrDecoder 808 libavcodec/dca_lbr.c static int parse_high_res_grid(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) DCALbrDecoder 870 libavcodec/dca_lbr.c static int parse_grid_2(DCALbrDecoder *s, int ch1, int ch2, DCALbrDecoder 912 libavcodec/dca_lbr.c static int parse_ts1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) DCALbrDecoder 930 libavcodec/dca_lbr.c static int parse_ts2_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) DCALbrDecoder 953 libavcodec/dca_lbr.c static int init_sample_rate(DCALbrDecoder *s) DCALbrDecoder 991 libavcodec/dca_lbr.c static int alloc_sample_buffer(DCALbrDecoder *s) DCALbrDecoder 1015 libavcodec/dca_lbr.c static int parse_decoder_init(DCALbrDecoder *s, GetByteContext *gb) DCALbrDecoder 1167 libavcodec/dca_lbr.c int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset) DCALbrDecoder 1404 libavcodec/dca_lbr.c static void decode_grid(DCALbrDecoder *s, int ch1, int ch2) DCALbrDecoder 1441 libavcodec/dca_lbr.c static void random_ts(DCALbrDecoder *s, int ch1, int ch2) DCALbrDecoder 1489 libavcodec/dca_lbr.c static void synth_lpc(DCALbrDecoder *s, int ch1, int ch2, int sb) DCALbrDecoder 1511 libavcodec/dca_lbr.c static void filter_ts(DCALbrDecoder *s, int ch1, int ch2) DCALbrDecoder 1596 libavcodec/dca_lbr.c static void decode_part_stereo(DCALbrDecoder *s, int ch1, int ch2) DCALbrDecoder 1622 libavcodec/dca_lbr.c static void synth_tones(DCALbrDecoder *s, int ch, float *values, DCALbrDecoder 1686 libavcodec/dca_lbr.c static void base_func_synth(DCALbrDecoder *s, int ch, float *values, int sf) DCALbrDecoder 1700 libavcodec/dca_lbr.c static void transform_channel(DCALbrDecoder *s, int ch, float *output) DCALbrDecoder 1734 libavcodec/dca_lbr.c int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame) DCALbrDecoder 1794 libavcodec/dca_lbr.c av_cold void ff_dca_lbr_flush(DCALbrDecoder *s) DCALbrDecoder 1818 libavcodec/dca_lbr.c av_cold int ff_dca_lbr_init(DCALbrDecoder *s) DCALbrDecoder 1829 libavcodec/dca_lbr.c av_cold void ff_dca_lbr_close(DCALbrDecoder *s) DCALbrDecoder 129 libavcodec/dca_lbr.h int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset); DCALbrDecoder 130 libavcodec/dca_lbr.h int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame); DCALbrDecoder 131 libavcodec/dca_lbr.h av_cold void ff_dca_lbr_flush(DCALbrDecoder *s); DCALbrDecoder 132 libavcodec/dca_lbr.h av_cold int ff_dca_lbr_init(DCALbrDecoder *s); DCALbrDecoder 133 libavcodec/dca_lbr.h av_cold void ff_dca_lbr_close(DCALbrDecoder *s); DCALbrDecoder 53 libavcodec/dcadec.h DCALbrDecoder lbr; ///< LBR decoder context