Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc129 wfft_.reset(new float[complex_analysis_length_ - 1]); in Initialize()
130 memset(wfft_.get(), 0, (complex_analysis_length_ - 1) * sizeof(wfft_[0])); in Initialize()
241 WebRtc_rdft(analysis_length_, 1, fft_buffer_.get(), ip_.get(), wfft_.get()); in Suppress()
276 wfft_.get()); in Suppress()
Dtransient_suppressor.h90 rtc::scoped_ptr<float[]> wfft_; variable