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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
codec.h 215 void WebRtcIsac_AutoCorr(double* r, const double* x, int N, int order);
filter_functions.c 87 void WebRtcIsac_AutoCorr(
166 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);

Completed in 128 milliseconds