Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c145 double corr, corr_max; in WebRtcIsac_InitializePitch() local
202 corr_max = 0.0; in WebRtcIsac_InitializePitch()
210 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
211 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
225 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
226 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
231 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
232 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
246 if (corr > corr_max) { in WebRtcIsac_InitializePitch()
247 corr_max = corr; /* update maximum */ in WebRtcIsac_InitializePitch()
[all …]