Searched refs:section_boundaries_blocks_ (Results 1 – 2 of 2) sorted by relevance
131 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()
85 const std::vector<size_t> section_boundaries_blocks_; variable