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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 231 void WebRtcIsac_AutoCorr(double* r, const double* x, size_t N, size_t order);
filter_functions.c 98 void WebRtcIsac_AutoCorr(double* r, const double* x, size_t N, size_t order) {
173 WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN, PITCH_WLPCORDER);
lpc_analysis.c 268 WebRtcIsac_AutoCorr(corrlo, DataLo, WINLEN, ORDERLO+1); /* computing autocorrelation */
269 WebRtcIsac_AutoCorr(corrhi, DataHi, WINLEN, ORDERHI);
437 WebRtcIsac_AutoCorr(corrSubFrame, data, WINLEN, UB_LPC_ORDER+1);
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.cc 131 WebRtcIsac_AutoCorr(corr, windowed_audio,

Completed in 216 milliseconds