Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Daec_state.cc114 strong_not_saturated_render_blocks_ >= 1.5f * kNumBlocksPerSecond; in GetResidualEchoScaling()
117 strong_not_saturated_render_blocks_ >= 0.8f * kNumBlocksPerSecond; in GetResidualEchoScaling()
162 strong_not_saturated_render_blocks_ = 0; in HandleEchoPathChange()
218 strong_not_saturated_render_blocks_); in Update()
238 strong_not_saturated_render_blocks_ += in Update()
333 strong_not_saturated_render_blocks_ = 0; in Reset()
337 strong_not_saturated_render_blocks_ += in Update()
344 strong_not_saturated_render_blocks_ < 5 * kNumBlocksPerSecond; in Update()
346 initial_state_ = strong_not_saturated_render_blocks_ < in Update()
400 strong_not_saturated_render_blocks_ = 0; in Reset()
[all …]
Daec_state.h182 size_t strong_not_saturated_render_blocks_ = 0; variable
254 size_t strong_not_saturated_render_blocks_ = 0; variable
315 size_t strong_not_saturated_render_blocks_ = 0; variable