Home
last modified time | relevance | path

Searched defs:Y2_sum (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.cc69 const float Y2_sum = in Update() local
114 bool FullBandErleEstimator::ErleInstantaneous::Update(const float Y2_sum, in Update()
H A Derl_estimator.cc131 const float Y2_sum = std::accumulate(Y2.begin(), Y2.end(), 0.0f); in Update() local