Lines Matching refs:ArrayView
63 void GetResidualEchoScaling(rtc::ArrayView<float> residual_scaling) const;
72 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Erle() const { in Erle()
121 rtc::ArrayView<const float> GetReverbFrequencyResponse() const { in GetReverbFrequencyResponse()
135 rtc::ArrayView<const std::vector<std::array<float, kFftLengthBy2Plus1>>>
137 rtc::ArrayView<const std::vector<float>>
140 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> E2_refined,
141 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2,
142 rtc::ArrayView<const SubtractorOutput> subtractor_output);
199 rtc::ArrayView<const int> DirectPathFilterDelays() const { in DirectPathFilterDelays()
209 rtc::ArrayView<const int> analyzer_filter_delay_estimates_blocks,
303 void Update(rtc::ArrayView<const std::vector<float>> x,
306 rtc::ArrayView<const SubtractorOutput> subtractor_output,