Searched refs:downmix_func (Results 1 – 10 of 10) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 85 typedef void (*downmix_func)(const void *, opus_val32 *, int, int, int, int, int); typedef 91 downmix_func downmix); 99 int delay_compensation, downmix_func downmix 107 …alysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix);
|
D | analysis.h | 82 …e, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix); 88 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
|
D | analysis.c | 192 …de, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) in tonality_analysis() 621 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis()
|
D | opus_encoder.c | 653 downmix_func downmix) in optimize_framesize() 823 int delay_compensation, downmix_func downmix in compute_frame_size() 927 …nalysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) in opus_encode_native()
|
D | opus_multistream_encoder.c | 677 downmix_func downmix in opus_multistream_encode_native()
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_private.h | 85 typedef void (*downmix_func)(const void *, opus_val32 *, int, int, int, int, int); typedef 91 downmix_func downmix); 99 int delay_compensation, downmix_func downmix 107 …alysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix);
|
D | analysis.h | 82 …e, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix); 88 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
|
D | analysis.c | 192 …de, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) in tonality_analysis() 621 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis()
|
D | opus_encoder.c | 653 downmix_func downmix) in optimize_framesize() 823 int delay_compensation, downmix_func downmix in compute_frame_size() 927 …nalysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) in opus_encode_native()
|
D | opus_multistream_encoder.c | 677 downmix_func downmix in opus_multistream_encode_native()
|