• Home
  • Raw
  • Download

Lines Matching refs:DCALbrDecoder

144 static int parse_lfe_24(DCALbrDecoder *s)  in parse_lfe_24()
198 static int parse_lfe_16(DCALbrDecoder *s) in parse_lfe_16()
248 static int parse_lfe_chunk(DCALbrDecoder *s, LBRChunk *chunk) in parse_lfe_chunk()
281 static int parse_tonal(DCALbrDecoder *s, int group) in parse_tonal()
363 static int parse_tonal_chunk(DCALbrDecoder *s, LBRChunk *chunk) in parse_tonal_chunk()
396 static int parse_tonal_group(DCALbrDecoder *s, LBRChunk *chunk) in parse_tonal_group()
426 static int parse_scale_factors(DCALbrDecoder *s, uint8_t *scf) in parse_scale_factors()
510 static int parse_grid_1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) in parse_grid_1_chunk()
578 static int parse_grid_1_sec_ch(DCALbrDecoder *s, int ch2) in parse_grid_1_sec_ch()
604 static void parse_grid_3(DCALbrDecoder *s, int ch1, int ch2, int sb, int flag) in parse_grid_3()
626 static float lbr_rand(DCALbrDecoder *s, int sb) in lbr_rand()
635 static void parse_ch(DCALbrDecoder *s, int ch, int sb, int quant_level, int flag) in parse_ch()
709 static int parse_ts(DCALbrDecoder *s, int ch1, int ch2, in parse_ts()
788 static int parse_lpc(DCALbrDecoder *s, int ch1, int ch2, int start_sb, int end_sb) in parse_lpc()
809 static int parse_high_res_grid(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) in parse_high_res_grid()
871 static int parse_grid_2(DCALbrDecoder *s, int ch1, int ch2, in parse_grid_2()
913 static int parse_ts1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) in parse_ts1_chunk()
931 static int parse_ts2_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) in parse_ts2_chunk()
954 static int init_sample_rate(DCALbrDecoder *s) in init_sample_rate()
992 static int alloc_sample_buffer(DCALbrDecoder *s) in alloc_sample_buffer()
1016 static int parse_decoder_init(DCALbrDecoder *s, GetByteContext *gb) in parse_decoder_init()
1168 int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset) in ff_dca_lbr_parse()
1405 static void decode_grid(DCALbrDecoder *s, int ch1, int ch2) in decode_grid()
1442 static void random_ts(DCALbrDecoder *s, int ch1, int ch2) in random_ts()
1490 static void synth_lpc(DCALbrDecoder *s, int ch1, int ch2, int sb) in synth_lpc()
1512 static void filter_ts(DCALbrDecoder *s, int ch1, int ch2) in filter_ts()
1597 static void decode_part_stereo(DCALbrDecoder *s, int ch1, int ch2) in decode_part_stereo()
1623 static void synth_tones(DCALbrDecoder *s, int ch, float *values, in synth_tones()
1687 static void base_func_synth(DCALbrDecoder *s, int ch, float *values, int sf) in base_func_synth()
1701 static void transform_channel(DCALbrDecoder *s, int ch, float *output) in transform_channel()
1735 int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame) in ff_dca_lbr_filter_frame()
1795 av_cold void ff_dca_lbr_flush(DCALbrDecoder *s) in ff_dca_lbr_flush()
1819 av_cold int ff_dca_lbr_init(DCALbrDecoder *s) in ff_dca_lbr_init()
1830 av_cold void ff_dca_lbr_close(DCALbrDecoder *s) in ff_dca_lbr_close()