Home
last modified time | relevance | path

Searched refs:corr_max (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c146 double corr, corr_max; in WebRtcIsac_InitializePitch() local
203 corr_max = 0.0; in WebRtcIsac_InitializePitch()
211 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
212 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
226 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
227 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
232 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
233 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
247 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
248 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
[all …]