/external/webrtc/modules/audio_processing/aec3/ |
D | subband_erle_estimator.cc | 44 size_t num_capture_channels) in SubbandErleEstimator() 96 const int num_capture_channels = static_cast<int>(accum_spectra_.Y2.size()); in UpdateBands() local 150 const int num_capture_channels = static_cast<int>(accum_spectra_.Y2.size()); in DecreaseErlePerBandForLowRenderSignals() local 186 const int num_capture_channels = static_cast<int>(Y2.size()); in UpdateAccumulatedSpectra() local
|
D | reverb_model_estimator.cc | 16 size_t num_capture_channels) in ReverbModelEstimator() 35 const size_t num_capture_channels = reverb_decay_estimators_.size(); in Update() local
|
D | block_processor.cc | 89 size_t num_capture_channels, in BlockProcessorImpl() 244 size_t num_capture_channels) { in Create() 263 size_t num_capture_channels, in Create() 281 size_t num_capture_channels, in Create()
|
D | residual_echo_estimator.cc | 112 const size_t num_capture_channels = R2.size(); in LinearEstimate() local 129 const size_t num_capture_channels = R2.size(); in LinearEstimate() local 143 const size_t num_capture_channels = R2.size(); in NonLinearEstimate() local 227 const size_t num_capture_channels = R2.size(); in Estimate() local 346 const size_t num_capture_channels = R2.size(); in AddReverb() local
|
D | erl_estimator_unittest.cc | 20 size_t num_capture_channels) { in ProduceDebugText() 49 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | signal_dependent_erle_estimator_unittest.cc | 83 size_t num_capture_channels) in TestInputs() 152 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 186 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | subtractor_unittest.cc | 31 size_t num_capture_channels, in RunSubtractorTest() 176 size_t num_capture_channels, in ProduceDebugText() 292 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 325 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | render_delay_controller.cc | 94 size_t num_capture_channels) in RenderDelayControllerImpl() 187 size_t num_capture_channels) { in Create()
|
D | erle_estimator_unittest.cc | 78 const int num_capture_channels = Y2.size(); in FormFarendFrame() local 143 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 199 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | reverb_model_estimator_unittest.cc | 45 ReverbModelEstimatorTest(float default_decay, size_t num_capture_channels) in ReverbModelEstimatorTest() 113 const size_t num_capture_channels = H2_.size(); in RunEstimator() local
|
D | subtractor_output_analyzer.cc | 19 SubtractorOutputAnalyzer::SubtractorOutputAnalyzer(size_t num_capture_channels) in SubtractorOutputAnalyzer()
|
D | echo_remover.cc | 56 size_t NumChannelsOnHeap(size_t num_capture_channels) { in NumChannelsOnHeap() 183 size_t num_capture_channels) in EchoRemoverImpl() 495 size_t num_capture_channels) { in Create()
|
D | subband_nearend_detector.cc | 18 size_t num_capture_channels) in SubbandNearendDetector()
|
D | echo_path_delay_estimator.cc | 25 size_t num_capture_channels) in EchoPathDelayEstimator()
|
D | dominant_nearend_detector.cc | 18 size_t num_capture_channels) in DominantNearendDetector()
|
D | aec_state.cc | 132 size_t num_capture_channels) in AecState() 355 size_t num_capture_channels) in FilterDelay() 478 size_t num_capture_channels) in FilteringQualityAnalyzer()
|
D | erle_estimator.cc | 20 size_t num_capture_channels) in ErleEstimator()
|
D | aec_state_unittest.cc | 23 size_t num_capture_channels) { in RunNormalUsageTest() 240 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | echo_canceller3.cc | 626 size_t num_capture_channels) in EchoCanceller3() 639 size_t num_capture_channels, in EchoCanceller3() 814 size_t num_capture_channels) { in CreateDefaultConfig()
|
D | residual_echo_estimator_unittest.cc | 35 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
D | erl_estimator.cc | 46 const size_t num_capture_channels = converged_filters.size(); in Update() local
|
D | fullband_erle_estimator.cc | 35 size_t num_capture_channels) in FullBandErleEstimator()
|
D | suppression_filter.cc | 65 size_t num_capture_channels) in SuppressionFilter()
|
/external/webrtc/api/audio/ |
D | echo_canceller3_factory.cc | 26 int num_capture_channels) { in Create()
|
/external/webrtc/test/fuzzers/ |
D | aec3_fuzzer.cc | 51 const size_t num_capture_channels = in FuzzOneInput() local
|