Searched refs:ParabolicFit (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | dsp_helper.cc | 125 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
|
D | dsp_helper.h | 91 static void ParabolicFit(int16_t* signal_points, int fs_mult,
|