Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dtime_stretch.h48 memset(auto_correlation_, 0, sizeof(auto_correlation_)); in TimeStretch()
97 int16_t auto_correlation_[kCorrelationLen + 1]; variable
Dtime_stretch.cc66 DspHelper::PeakDetection(auto_correlation_, kCorrelationLen, kNumPeaks, in Process()
170 WebRtcSpl_VectorBitShiftW32ToW16(auto_correlation_, kCorrelationLen, in AutoCorrelation()