Searched refs:freq_resp_direct_path (Results 1 – 1 of 1) sorted by relevance
31 rtc::ArrayView<const float> freq_resp_direct_path, in AverageDecayWithinFilter() argument35 RTC_CHECK_EQ(freq_resp_direct_path.size(), freq_resp_tail.size()); in AverageDecayWithinFilter()38 std::accumulate(freq_resp_direct_path.begin() + kSkipBins, in AverageDecayWithinFilter()39 freq_resp_direct_path.end(), 0.f); in AverageDecayWithinFilter()78 rtc::ArrayView<const float> freq_resp_direct_path( in Update() local82 AverageDecayWithinFilter(freq_resp_direct_path, freq_resp_tail); in Update()88 tail_response_[k] = freq_resp_direct_path[k] * average_decay_; in Update()