Searched refs:DCACoreDecoder (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dca_core.h | 99 typedef struct DCACoreDecoder { struct 212 } DCACoreDecoder; argument 214 static inline int ff_dca_core_map_spkr(DCACoreDecoder *core, int spkr) in ff_dca_core_map_spkr() 248 int ff_dca_core_parse(DCACoreDecoder *s, const uint8_t *data, int size); 249 int ff_dca_core_parse_exss(DCACoreDecoder *s, const uint8_t *data, DCAExssAsset *asset); 250 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth); 251 int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame); 252 av_cold void ff_dca_core_flush(DCACoreDecoder *s); 253 av_cold int ff_dca_core_init(DCACoreDecoder *s); 254 av_cold void ff_dca_core_close(DCACoreDecoder *s);
|
D | dca_core.c | 84 static int parse_frame_header(DCACoreDecoder *s) in parse_frame_header() 153 static int parse_coding_header(DCACoreDecoder *s, enum HeaderType header, int xch_base) in parse_coding_header() 349 static inline int parse_scale(DCACoreDecoder *s, int *scale_index, int sel) in parse_scale() 378 static inline int parse_joint_scale(DCACoreDecoder *s, int sel) in parse_joint_scale() 401 static int parse_subframe_header(DCACoreDecoder *s, int sf, in parse_subframe_header() 548 static inline int parse_block_codes(DCACoreDecoder *s, int32_t *audio, int abits) in parse_block_codes() 564 static inline int parse_huffman_codes(DCACoreDecoder *s, int32_t *audio, int abits, int sel) in parse_huffman_codes() 575 static inline int extract_audio(DCACoreDecoder *s, int32_t *audio, int abits, int ch) in extract_audio() 623 static int parse_subframe_audio(DCACoreDecoder *s, int sf, enum HeaderType header, in parse_subframe_audio() 760 static void erase_adpcm_history(DCACoreDecoder *s) in erase_adpcm_history() [all …]
|
D | dcadec.h | 57 DCACoreDecoder core; ///< Core decoder context
|