Home
last modified time | relevance | path

Searched refs:DCACoreDecoder (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_core.h101 typedef struct DCACoreDecoder { struct
214 } DCACoreDecoder; argument
216 static inline int ff_dca_core_map_spkr(DCACoreDecoder *core, int spkr) in ff_dca_core_map_spkr()
250 int ff_dca_core_parse(DCACoreDecoder *s, uint8_t *data, int size);
251 int ff_dca_core_parse_exss(DCACoreDecoder *s, uint8_t *data, DCAExssAsset *asset);
252 int ff_dca_core_filter_fixed(DCACoreDecoder *s, int x96_synth);
253 int ff_dca_core_filter_frame(DCACoreDecoder *s, AVFrame *frame);
254 av_cold void ff_dca_core_flush(DCACoreDecoder *s);
255 av_cold int ff_dca_core_init(DCACoreDecoder *s);
256 av_cold void ff_dca_core_close(DCACoreDecoder *s);
Ddca_core.c82 static int parse_frame_header(DCACoreDecoder *s) in parse_frame_header()
151 static int parse_coding_header(DCACoreDecoder *s, enum HeaderType header, int xch_base) in parse_coding_header()
347 static inline int parse_scale(DCACoreDecoder *s, int *scale_index, int sel) in parse_scale()
376 static inline int parse_joint_scale(DCACoreDecoder *s, int sel) in parse_joint_scale()
399 static int parse_subframe_header(DCACoreDecoder *s, int sf, in parse_subframe_header()
546 static inline int parse_block_codes(DCACoreDecoder *s, int32_t *audio, int abits) in parse_block_codes()
562 static inline int parse_huffman_codes(DCACoreDecoder *s, int32_t *audio, int abits, int sel) in parse_huffman_codes()
573 static inline int extract_audio(DCACoreDecoder *s, int32_t *audio, int abits, int ch) in extract_audio()
621 static int parse_subframe_audio(DCACoreDecoder *s, int sf, enum HeaderType header, in parse_subframe_audio()
758 static void erase_adpcm_history(DCACoreDecoder *s) in erase_adpcm_history()
[all …]
Ddcadec.h50 DCACoreDecoder core; ///< Core decoder context