OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_PEAK_DECAY
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
129
#define
PITCH_PEAK_DECAY
0.85
pitch_estimator.c
412
corr = peak_vals[k] * pow(
PITCH_PEAK_DECAY
, log(lags1[k] + lags2[k]));
Completed in 49 milliseconds