Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.h119 void ApplyMasks(const complex_f* const* input, complex_f* const* output);
Dnonlinear_beamformer.cc459 ApplyMasks(input, output); in ProcessAudioBlock()
478 void NonlinearBeamformer::ApplyMasks(const complex_f* const* input, in ApplyMasks() function in webrtc::NonlinearBeamformer