Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c194 double intrp_a, intrp_b, intrp_c, intrp_d; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local
375 IntrepolFilter(&CorrSurfPtr1[peak - 1 ], &intrp_b); in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
382 if (intrp_b > corr_max) corr_max = intrp_b; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
397 T[0][1] = intrp_b; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
407 T[0][2] = intrp_b; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
413 } else if (intrp_b == corr_max) { in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
418 T[1][1] = intrp_b; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
440 T[0][0] = intrp_b; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()