Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c29 uint32_t* postLocSnr) { in WebRtcNsx_SpeechNoiseProb() argument
43 besselTmpFX32 = (int32_t)postLocSnr[i]; // Q11 in WebRtcNsx_SpeechNoiseProb()
44 normTmp = WebRtcSpl_NormU32(postLocSnr[i]); in WebRtcNsx_SpeechNoiseProb()
45 num = postLocSnr[i] << normTmp; // Q(11+normTmp) in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c29 uint32_t* postLocSnr) { in WebRtcNsx_SpeechNoiseProb() argument
50 r0 = postLocSnr[i]; // Q11 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c1512 uint32_t postLocSnr[HALF_ANAL_BLOCKL]; in WebRtcNsx_ProcessCore() local
1744 postLocSnr[i] = 2048; // 1.0 in Q11 in WebRtcNsx_ProcessCore()
1756 postLocSnr[i] = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11 in WebRtcNsx_ProcessCore()
1758 postLocSnr[i] = satMax; in WebRtcNsx_ProcessCore()
1778 tmpU32no2 = WEBRTC_SPL_UMUL_32_16(postLocSnr[i] - 2048, ONE_MINUS_DD_PR_SNR_Q11); // Q22 in WebRtcNsx_ProcessCore()
1835 WebRtcNsx_SpeechNoiseProb(inst, nonSpeechProbFinal, priorLocSnr, postLocSnr); in WebRtcNsx_ProcessCore()
Dnsx_core.h216 uint32_t* postLocSnr);