Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h48 …WebRtc_Word32 logLrtTimeAvgW32[HALF_ANAL_BLOCKL]; //log lrt factor with time-smoothing i… member
Dnsx_core.c811 inst->logLrtTimeAvgW32[i] = 0; //smooth LR ratio in WebRtcNsx_InitCore()
1334 tmp32no1 = WEBRTC_SPL_RSHIFT_W32(logTmp + inst->logLrtTimeAvgW32[i], 1); // Q12 in WebRtcNsx_SpeechNoiseProb()
1335 inst->logLrtTimeAvgW32[i] += (besselTmpFX32 - tmp32no1); // Q12 in WebRtcNsx_SpeechNoiseProb()
1337 logLrtTimeAvgKsumFX += inst->logLrtTimeAvgW32[i]; // Q12 in WebRtcNsx_SpeechNoiseProb()
1482 if (inst->logLrtTimeAvgW32[i] < 65300) { in WebRtcNsx_SpeechNoiseProb()
1483 tmp32no1 = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(inst->logLrtTimeAvgW32[i], 23637), in WebRtcNsx_SpeechNoiseProb()