HomeSort by relevance Sort by last modified time
    Searched refs:auto_correlation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.h 52 memset(auto_correlation_, 0, sizeof(auto_correlation_));
94 // Adding 1 to the size of |auto_correlation_| because of how it is used
96 int16_t auto_correlation_[kCorrelationLen + 1]; member in class:webrtc::TimeStretch
100 // result to |auto_correlation_|.
time_stretch.cc 65 DspHelper::PeakDetection(auto_correlation_, kCorrelationLen, kNumPeaks,
172 // Normalize correlation to 14 bits and write to |auto_correlation_|.
175 WebRtcSpl_VectorBitShiftW32ToW16(auto_correlation_, kCorrelationLen,

Completed in 482 milliseconds