Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c168 int32_t best_lag1q, best_lag2q; in WebRtcIsacfix_InitialPitch() local
288 best_lag1q =0; in WebRtcIsacfix_InitialPitch()
309 best_lag1q = *yq; in WebRtcIsacfix_InitialPitch()
312 tmp32b = (best_lag1q - OFFSET_Q8) * 2; in WebRtcIsacfix_InitialPitch()