Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc329 int first_section_index = std::max(block_counter_ - kBlocksPerSection + 1, 0); in Accumulate() local
337 for (int section = last_section_index; section >= first_section_index; in Accumulate()