Home
last modified time | relevance | path

Searched refs:best_lag2q (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
361 best_lag2q =0; in WebRtcIsacfix_InitialPitch()
383 best_lag2q = *yq; in WebRtcIsacfix_InitialPitch()
387 tmp32b = (best_lag2q - OFFSET_Q8) * 2; in WebRtcIsacfix_InitialPitch()