Searched refs:tmpU32no3 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_c.c | 30 uint32_t zeros, num, den, tmpU32no1, tmpU32no2, tmpU32no3; in WebRtcNsx_SpeechNoiseProb() local 162 tmpU32no3 = (inst->thresholdSpecDiff << 17) / 25; in WebRtcNsx_SpeechNoiseProb() 163 tmpU32no2 = tmpU32no1 - tmpU32no3; in WebRtcNsx_SpeechNoiseProb() 169 tmpU32no2 = tmpU32no3 - tmpU32no1; in WebRtcNsx_SpeechNoiseProb()
|
D | nsx_core.c | 1506 uint32_t tmpU32no1, tmpU32no2, tmpU32no3; in WebRtcNsx_ProcessCore() local 1810 tmpU32no3 = tmpU32no1; in WebRtcNsx_ProcessCore() 1811 while (0xFFFF0000 & tmpU32no3) { in WebRtcNsx_ProcessCore() 1812 tmpU32no3 >>= 1; in WebRtcNsx_ProcessCore() 1820 tmpU32no3 = WEBRTC_SPL_UMUL(tmpU32no3, tmpU32no2); in WebRtcNsx_ProcessCore() 1821 tmpU32no3 /= inst->timeAvgMagnEnergy; in WebRtcNsx_ProcessCore() 1822 if (WebRtcSpl_NormU32(tmpU32no3) < norm32no1) { in WebRtcNsx_ProcessCore() 1826 tmpU32no3 << norm32no1); in WebRtcNsx_ProcessCore() 1861 tmpU32no3 = 0; in WebRtcNsx_ProcessCore() 1864 tmpU32no3 = WEBRTC_SPL_UMUL_32_16(tmpU32no1, nonSpeechProbFinal[i]); // Q(prevQNoise+8) in WebRtcNsx_ProcessCore() [all …]
|
D | nsx_core_mips.c | 30 uint32_t tmpU32no1, tmpU32no2, tmpU32no3; in WebRtcNsx_SpeechNoiseProb() local 197 tmpU32no3 = (inst->thresholdSpecDiff << 17) / 25; in WebRtcNsx_SpeechNoiseProb() 198 tmpU32no2 = tmpU32no1 - tmpU32no3; in WebRtcNsx_SpeechNoiseProb() 204 tmpU32no2 = tmpU32no3 - tmpU32no1; in WebRtcNsx_SpeechNoiseProb()
|