Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c33 int32_t logLrtTimeAvgKsumFX; in WebRtcNsx_SpeechNoiseProb() local
41 logLrtTimeAvgKsumFX = 0; in WebRtcNsx_SpeechNoiseProb()
72 logLrtTimeAvgKsumFX += inst->logLrtTimeAvgW32[i]; // Q12 in WebRtcNsx_SpeechNoiseProb()
74 inst->featureLogLrt = (logLrtTimeAvgKsumFX * BIN_SIZE_LRT) >> in WebRtcNsx_SpeechNoiseProb()
88 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c32 int32_t logLrtTimeAvgKsumFX; in WebRtcNsx_SpeechNoiseProb() local
48 logLrtTimeAvgKsumFX = 0; in WebRtcNsx_SpeechNoiseProb()
106 logLrtTimeAvgKsumFX += r2; in WebRtcNsx_SpeechNoiseProb()
109 inst->featureLogLrt = (logLrtTimeAvgKsumFX * BIN_SIZE_LRT) >> in WebRtcNsx_SpeechNoiseProb()
123 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12 in WebRtcNsx_SpeechNoiseProb()