Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dsignal_dependent_erle_estimator.cc131 section_boundaries_blocks_(SetSectionsBoundaries(delay_headroom_blocks_, in SignalDependentErleEstimator()
349 section_boundaries_blocks_.size()); in ComputeEchoEstimatePerFilterSection()
352 idx_render, section_boundaries_blocks_[0]); in ComputeEchoEstimatePerFilterSection()
360 std::min(section_boundaries_blocks_[section + 1], in ComputeEchoEstimatePerFilterSection()
362 for (size_t block = section_boundaries_blocks_[section]; in ComputeEchoEstimatePerFilterSection()
Dsignal_dependent_erle_estimator.h85 const std::vector<size_t> section_boundaries_blocks_; variable