Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c69 tmp32no1 = (logTmp + inst->logLrtTimeAvgW32[i]) / 2; in WebRtcNsx_SpeechNoiseProb()
70 inst->logLrtTimeAvgW32[i] += (besselTmpFX32 - tmp32no1); // Q12 in WebRtcNsx_SpeechNoiseProb()
72 logLrtTimeAvgKsumFX += inst->logLrtTimeAvgW32[i]; // Q12 in WebRtcNsx_SpeechNoiseProb()
222 if (inst->logLrtTimeAvgW32[i] < 65300) { in WebRtcNsx_SpeechNoiseProb()
223 tmp32no1 = (inst->logLrtTimeAvgW32[i] * 23637) >> 14; // Q12 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c52 r2 = inst->logLrtTimeAvgW32[i]; in WebRtcNsx_SpeechNoiseProb()
105 inst->logLrtTimeAvgW32[i] = r2; in WebRtcNsx_SpeechNoiseProb()
256 r2 = inst->logLrtTimeAvgW32[i]; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.h48 int32_t logLrtTimeAvgW32[HALF_ANAL_BLOCKL]; member
Dnsx_core.c699 inst->logLrtTimeAvgW32[i] = 0; //smooth LR ratio in WebRtcNsx_InitCore()