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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c147 double intrp_a, intrp_b, intrp_c, intrp_d; local
328 IntrepolFilter(&CorrSurfPtr1[peak - 1 ], &intrp_b);
335 if (intrp_b > corr_max) corr_max = intrp_b;
350 T[0][1] = intrp_b;
360 T[0][2] = intrp_b;
366 } else if (intrp_b == corr_max) {
371 T[1][1] = intrp_b;
393 T[0][0] = intrp_b;

Completed in 166 milliseconds