Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dcomfort_noise_generator.cc112 Y2_smoothed_(num_capture_channels_), in ComfortNoiseGenerator()
116 Y2_smoothed_[ch].fill(0.f); in ComfortNoiseGenerator()
134 std::transform(Y2_smoothed_[ch].begin(), Y2_smoothed_[ch].end(), in Compute()
135 Y2[ch].begin(), Y2_smoothed_[ch].begin(), in Compute()
142 std::transform(N2_[ch].begin(), N2_[ch].end(), Y2_smoothed_[ch].begin(), in Compute()
Dcomfort_noise_generator.h71 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2_smoothed_; variable