Searched refs:DCALbrDecoder (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.h | 58 typedef struct DCALbrDecoder { struct 127 } DCALbrDecoder; argument 129 int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset); 130 int ff_dca_lbr_filter_frame(DCALbrDecoder *s, AVFrame *frame); 131 av_cold void ff_dca_lbr_flush(DCALbrDecoder *s); 132 av_cold int ff_dca_lbr_init(DCALbrDecoder *s); 133 av_cold void ff_dca_lbr_close(DCALbrDecoder *s);
|
D | dca_lbr.c | 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() [all …]
|
D | dcadec.h | 53 DCALbrDecoder lbr; ///< LBR decoder context
|