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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 149 double lags1[PITCH_MAX_NUM_PEAKS]; local
341 lags1[k] = (double) ((peak - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4);
342 lags2[k] = (double) (lags1[k] + PITCH_BW - row);
355 lags1[k] -= 0.5;
367 lags1[k] -= 0.5;
379 lags1[k] += 0.5;
391 lags1[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]));
419 lags1[peak] *= 2.0
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 148 double lags1[PITCH_MAX_NUM_PEAKS]; local
340 lags1[k] = (double) ((peak - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4);
341 lags2[k] = (double) (lags1[k] + PITCH_BW - row);
354 lags1[k] -= 0.5;
366 lags1[k] -= 0.5;
378 lags1[k] += 0.5;
390 lags1[k] += 0.5;
405 Intrpol2D(T, &lags1[k], &lags2[k], &peak_vals[k]);
411 corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] + lags2[k]));
418 lags1[peak] *= 2.0
    [all...]

Completed in 773 milliseconds