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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c146 double corr, corr_max; local
203 corr_max = 0.0;
211 if (corr > corr_max) {
212 corr_max = corr; /* update maximum */
226 if (corr > corr_max) {
227 corr_max = corr; /* update maximum */
232 if (corr > corr_max) {
233 corr_max = corr; /* update maximum */
247 if (corr > corr_max) {
248 corr_max
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c145 double corr, corr_max; local
202 corr_max = 0.0;
210 if (corr > corr_max) {
211 corr_max = corr; /* update maximum */
225 if (corr > corr_max) {
226 corr_max = corr; /* update maximum */
231 if (corr > corr_max) {
232 corr_max = corr; /* update maximum */
246 if (corr > corr_max) {
247 corr_max
[all...]

Completed in 319 milliseconds