Home
last modified time | relevance | path

Searched refs:S2_section_accum_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dsignal_dependent_erle_estimator.cc135 S2_section_accum_( in SignalDependentErleEstimator()
342 const size_t num_capture_channels = S2_section_accum_.size(); in ComputeEchoEstimatePerFilterSection()
345 RTC_DCHECK_EQ(S2_section_accum_.size(), filter_frequency_responses.size()); in ComputeEchoEstimatePerFilterSection()
348 RTC_DCHECK_EQ(S2_section_accum_[capture_ch].size() + 1, in ComputeEchoEstimatePerFilterSection()
380 S2_section_accum_[capture_ch][section].begin(), in ComputeEchoEstimatePerFilterSection()
385 std::transform(S2_section_accum_[capture_ch][section - 1].begin(), in ComputeEchoEstimatePerFilterSection()
386 S2_section_accum_[capture_ch][section - 1].end(), in ComputeEchoEstimatePerFilterSection()
387 S2_section_accum_[capture_ch][section].begin(), in ComputeEchoEstimatePerFilterSection()
388 S2_section_accum_[capture_ch][section].begin(), in ComputeEchoEstimatePerFilterSection()
399 float target = 0.9f * S2_section_accum_[ch][num_sections_ - 1][k]; in ComputeActiveFilterSections()
[all …]
Dsignal_dependent_erle_estimator.h88 S2_section_accum_; variable