Searched refs:N2_ (Results 1 – 2 of 2) sorted by relevance
113 N2_(num_capture_channels_) { in ComfortNoiseGenerator()117 N2_[ch].fill(1.0e6f); in ComfortNoiseGenerator()142 std::transform(N2_[ch].begin(), N2_[ch].end(), Y2_smoothed_[ch].begin(), in Compute()143 N2_[ch].begin(), [](float a, float b) { in Compute()156 std::transform(N2_[ch].begin(), N2_[ch].end(), in Compute()166 for (auto& n : N2_[ch]) { in Compute()178 const auto& N2 = N2_initial_ ? (*N2_initial_) : N2_; in Compute()
61 return N2_; in NoiseSpectrum()72 std::vector<std::array<float, kFftLengthBy2Plus1>> N2_; variable