OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParabolicFit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h
91
static void
ParabolicFit
(int16_t* signal_points, int fs_mult,
129
// Table of constants used in method DspHelper::
ParabolicFit
().
dsp_helper.cc
22
// Table of constants used in method DspHelper::
ParabolicFit
().
125
ParabolicFit
(&data[peak_index[i] - 1], fs_mult, &peak_index[i],
130
ParabolicFit
(&data[peak_index[i] - 1], fs_mult, &peak_index[i],
150
void DspHelper::
ParabolicFit
(int16_t* signal_points, int fs_mult,
Completed in 397 milliseconds