Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c163 int32_t corr32, corr_max32, corr_max_o32; in WebRtcIsacfix_InitialPitch() local
248 corr_max32 = 0; in WebRtcIsacfix_InitialPitch()
255 if (corr32 > corr_max32) in WebRtcIsacfix_InitialPitch()
256 corr_max32 = corr32; in WebRtcIsacfix_InitialPitch()
261 if (corr32 > corr_max32) in WebRtcIsacfix_InitialPitch()
262 corr_max32 = corr32; in WebRtcIsacfix_InitialPitch()
268 corr_max32 += -1000; // log(0.14)/log(2.0) in Q8 in WebRtcIsacfix_InitialPitch()
269 corr_max_o32 = corr_max32; in WebRtcIsacfix_InitialPitch()
277 if (corr32>corr_max32) { // Disregard small peaks in WebRtcIsacfix_InitialPitch()
287 corr_max32=0; in WebRtcIsacfix_InitialPitch()
[all …]