Home
last modified time | relevance | path

Searched refs:PeakDetection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper.h81 static void PeakDetection(int16_t* data, size_t data_length,
Dtime_stretch.cc65 DspHelper::PeakDetection(auto_correlation_, kCorrelationLen, kNumPeaks, in Process()
Ddsp_helper.cc102 void DspHelper::PeakDetection(int16_t* data, size_t data_length, in PeakDetection() function in webrtc::DspHelper
Dmerge.cc359 DspHelper::PeakDetection(&correlation_ptr[start_index_downsamp], in CorrelateAndPeakSearch()
Dexpand.cc390 DspHelper::PeakDetection(correlation_vector, correlation_length, in AnalyzeSignal()