Home
last modified time | relevance | path

Searched refs:hangovers_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dstationarity_estimator.cc41 hangovers_.fill(0); in Reset()
134 hangovers_[k] = kHangoverBlocks; in UpdateHangover()
136 hangovers_[k] = std::max(hangovers_[k] - 1, 0); in UpdateHangover()
Dstationarity_estimator.h51 return stationarity_flags_[band] && (hangovers_[band] == 0); in IsBandStationary()
116 std::array<int, kFftLengthBy2Plus1> hangovers_; variable