Searched refs:tmpIndFX (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_c.c | 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; in WebRtcNsx_SpeechNoiseProb() local 87 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb() 92 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb() 105 if (tmpIndFX == 0) { in WebRtcNsx_SpeechNoiseProb() 106 tmpIndFX = 8192 - tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb() 108 tmpIndFX = 8192 + tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb() 111 indPriorFX = inst->weightLogLrt * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb() 116 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb() 121 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb() 137 if (tmpIndFX) { in WebRtcNsx_SpeechNoiseProb() [all …]
|
D | nsx_core_mips.c | 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac; in WebRtcNsx_SpeechNoiseProb() local 122 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb() 127 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb() 140 if (tmpIndFX == 0) { in WebRtcNsx_SpeechNoiseProb() 141 tmpIndFX = 8192 - tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb() 143 tmpIndFX = 8192 + tmp16no2; // Q14 in WebRtcNsx_SpeechNoiseProb() 146 indPriorFX = inst->weightLogLrt * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb() 151 tmpIndFX = 16384; // Q14(1.0) in WebRtcNsx_SpeechNoiseProb() 156 tmpIndFX = 0; in WebRtcNsx_SpeechNoiseProb() 172 if (tmpIndFX) { in WebRtcNsx_SpeechNoiseProb() [all …]
|