HomeSort by relevance Sort by last modified time
    Searched refs:PITCH_PEAK_DECAY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 129 #define PITCH_PEAK_DECAY 0.85
pitch_estimator.c 411 corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] + lags2[k]));
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 128 #define PITCH_PEAK_DECAY 0.85
pitch_estimator.c 411 corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] + lags2[k]));

Completed in 453 milliseconds