Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Daec_state.cc221 const std::vector<std::vector<float>>& aligned_render_block = in Update() local
226 for (size_t ch = 0; ch < aligned_render_block.size(); ++ch) { in Update()
228 aligned_render_block[ch].begin(), aligned_render_block[ch].end(), in Update()
229 aligned_render_block[ch].begin(), 0.f); in Update()
269 saturation_detector_.Update(aligned_render_block, SaturatedCapture(), in Update()