Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dwiener_filter.cc58 if (num_analyzed_frames < kShortStartupPhaseBlocks) { in Update()
71 1.f / kShortStartupPhaseBlocks; in Update()
72 filter_initial *= kShortStartupPhaseBlocks - num_analyzed_frames; in Update()
Dnoise_estimator.cc65 if (num_analyzed_frames < kShortStartupPhaseBlocks) { in PreUpdate()
122 1.f / kShortStartupPhaseBlocks; in PreUpdate()
142 (kShortStartupPhaseBlocks - num_analyzed_frames); in PreUpdate()
Dns_common.h23 constexpr int kShortStartupPhaseBlocks = 50; variable