Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c165 int16_t best4q[4]={0,0,0,0}; in WebRtcIsacfix_InitialPitch() local
290 FindFour32(peakvq, (int16_t) peaks_indq, best4q); in WebRtcIsacfix_InitialPitch()
295 lag32 = peakiq[best4q[k]]; in WebRtcIsacfix_InitialPitch()
296 fxq = &cv1q[peakiq[best4q[k]]-1]; in WebRtcIsacfix_InitialPitch()
364 FindFour32(peakvq, (int16_t) peaks_indq, best4q); in WebRtcIsacfix_InitialPitch()
368 lag32 = peakiq[best4q[k]]; in WebRtcIsacfix_InitialPitch()
369 fxq = &cv2q[peakiq[best4q[k]]-1]; in WebRtcIsacfix_InitialPitch()