Searched refs:PeakDetection (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dsp_helper.h | 81 static void PeakDetection(int16_t* data, size_t data_length,
|
D | time_stretch.cc | 65 DspHelper::PeakDetection(auto_correlation_, kCorrelationLen, kNumPeaks, in Process()
|
D | dsp_helper.cc | 102 void DspHelper::PeakDetection(int16_t* data, size_t data_length, in PeakDetection() function in webrtc::DspHelper
|
D | merge.cc | 359 DspHelper::PeakDetection(&correlation_ptr[start_index_downsamp], in CorrelateAndPeakSearch()
|
D | expand.cc | 390 DspHelper::PeakDetection(correlation_vector, correlation_length, in AnalyzeSignal()
|