Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc330 int last_section_index = in Accumulate() local
336 x_value * value + (block_counter_ - last_section_index) * value_to_inc; in Accumulate()
337 for (int section = last_section_index; section >= first_section_index; in Accumulate()