Searched refs:logLrtTimeAvgW32 (Results 1 – 4 of 4) sorted by relevance
69 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()
52 r2 = inst->logLrtTimeAvgW32[i]; in WebRtcNsx_SpeechNoiseProb()105 inst->logLrtTimeAvgW32[i] = r2; in WebRtcNsx_SpeechNoiseProb()256 r2 = inst->logLrtTimeAvgW32[i]; in WebRtcNsx_SpeechNoiseProb()
48 int32_t logLrtTimeAvgW32[HALF_ANAL_BLOCKL]; member
699 inst->logLrtTimeAvgW32[i] = 0; //smooth LR ratio in WebRtcNsx_InitCore()