Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c31 int32_t invLrtFX, indPriorFX, tmp32, tmp32no1, tmp32no2, besselTmpFX32; in WebRtcNsx_SpeechNoiseProb() local
111 indPriorFX = inst->weightLogLrt * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
143 indPriorFX += inst->weightSpecFlat * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
191 indPriorFX += inst->weightSpecDiff * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
198 indPriorFX16 = WebRtcSpl_DivW32W16ResW16(98307 - indPriorFX, 6); // Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c31 int32_t indPriorFX, tmp32no1; in WebRtcNsx_SpeechNoiseProb() local
146 indPriorFX = inst->weightLogLrt * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
178 indPriorFX += inst->weightSpecFlat * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
226 indPriorFX += inst->weightSpecDiff * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
233 indPriorFX16 = WebRtcSpl_DivW32W16ResW16(98307 - indPriorFX, 6); // Q14 in WebRtcNsx_SpeechNoiseProb()