Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper.cc125 ParabolicFit(&data[peak_index[i] - 1], fs_mult, &peak_index[i], in PeakDetection()
130 ParabolicFit(&data[peak_index[i] - 1], fs_mult, &peak_index[i], in PeakDetection()
150 void DspHelper::ParabolicFit(int16_t* signal_points, int fs_mult, in ParabolicFit() function in webrtc::DspHelper
Ddsp_helper.h91 static void ParabolicFit(int16_t* signal_points, int fs_mult,