Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc385 float smoothed_mask = old_high_pass_mask; in ProcessChunk() local
387 smoothed_mask += ramp_increment; in ProcessChunk()
388 output->channels(i)[0][j] = input.channels(i)[0][j] * smoothed_mask; in ProcessChunk()