Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc47 const float kMaskTimeSmoothAlpha = 0.2f; variable
497 time_smooth_mask_[i] = kMaskTimeSmoothAlpha * new_mask_[i] + in ApplyMaskTimeSmoothing()
498 (1 - kMaskTimeSmoothAlpha) * time_smooth_mask_[i]; in ApplyMaskTimeSmoothing()