Searched refs:WebRtcIsac_AutoCorr (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | filter_functions.c | 98 void WebRtcIsac_AutoCorr(double* r, const double* x, size_t N, size_t order) { in WebRtcIsac_AutoCorr() function 173 WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN, PITCH_WLPCORDER); in WebRtcIsac_WeightingFilter()
|
D | lpc_analysis.c | 268 WebRtcIsac_AutoCorr(corrlo, DataLo, WINLEN, ORDERLO+1); /* computing autocorrelation */ in WebRtcIsac_GetLpcCoefLb() 269 WebRtcIsac_AutoCorr(corrhi, DataHi, WINLEN, ORDERHI); in WebRtcIsac_GetLpcCoefLb() 437 WebRtcIsac_AutoCorr(corrSubFrame, data, WINLEN, UB_LPC_ORDER+1); in WebRtcIsac_GetLpcCoefUb()
|
D | codec.h | 231 void WebRtcIsac_AutoCorr(double* r, const double* x, size_t N, size_t order);
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | vad_audio_proc.cc | 131 WebRtcIsac_AutoCorr(corr, windowed_audio, in SubframeCorrelation()
|