Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1301 WebRtc_Word16 tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; in WebRtcNsx_SpeechNoiseProb() local
1349 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb()
1354 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb()
1367 if (tmpIndFX == 0) { in WebRtcNsx_SpeechNoiseProb()
1368 tmpIndFX = 8192 - tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb()
1370 tmpIndFX = 8192 + tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb()
1373 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
1378 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb()
1383 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb()
1400 if (tmpIndFX) { in WebRtcNsx_SpeechNoiseProb()
[all …]