Searched refs:Y2_smoothed_ (Results 1 – 2 of 2) sorted by relevance
112 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()
71 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2_smoothed_; variable