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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 91 static void PCorr(const double *in, double *outcorr)
180 PCorr(buf_dec, corrvec1);
181 PCorr(buf_dec + PITCH_CORR_STEP2, corrvec2);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 90 static void PCorr(const double *in, double *outcorr)
179 PCorr(buf_dec, corrvec1);
180 PCorr(buf_dec + PITCH_CORR_STEP2, corrvec2);

Completed in 218 milliseconds