OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lags2
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c
150
double
lags2
[PITCH_MAX_NUM_PEAKS];
local
342
lags2
[k] = (double) (lags1[k] + PITCH_BW - row);
356
lags2
[k] += 0.5;
368
lags2
[k] -= 0.5;
380
lags2
[k] += 0.5;
392
lags2
[k] -= 0.5;
406
Intrpol2D(T, &lags1[k], &
lags2
[k], &peak_vals[k]);
412
corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] +
lags2
[k]));
420
lags2
[peak] *= 2.0;
423
if (
lags2
[peak] < (double) PITCH_MIN_LAG) lags2[peak] = (double) PITCH_MIN_LAG
[
all
...]
Completed in 169 milliseconds