HomeSort by relevance Sort by last modified time
    Searched full:peak_vals (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 148 double peak_vals[PITCH_MAX_NUM_PEAKS]; local
406 Intrpol2D(T, &lags1[k], &lags2[k], &peak_vals[k]);
412 corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] + lags2[k]));

Completed in 76 milliseconds