Searched refs:downmix_func (Results 1 – 5 of 5) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 87 typedef void (*downmix_func)(const void *, opus_val32 *, int, int, int, int, int); typedef 97 int delay_compensation, downmix_func downmix 106 int analysis_channels, downmix_func downmix, int float_api);
|
D | analysis.h | 101 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
|
D | analysis.c | 205 …de, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) in tonality_analysis() 648 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis()
|
D | opus_encoder.c | 659 downmix_func downmix) in optimize_framesize() 830 int delay_compensation, downmix_func downmix in compute_frame_size() 940 int analysis_channels, downmix_func downmix, int float_api) in opus_encode_native()
|
D | opus_multistream_encoder.c | 826 downmix_func downmix, in opus_multistream_encode_native()
|