Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c27 uint16_t* nonSpeechProbFinal, in WebRtcNsx_SpeechNoiseProb() argument
210 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen); in WebRtcNsx_SpeechNoiseProb()
254 nonSpeechProbFinal[i] = tmp32no1 / in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c27 uint16_t* nonSpeechProbFinal, in WebRtcNsx_SpeechNoiseProb() argument
245 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen); in WebRtcNsx_SpeechNoiseProb()
324 nonSpeechProbFinal[i] = r3; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c1527 uint16_t nonSpeechProbFinal[HALF_ANAL_BLOCKL]; in WebRtcNsx_ProcessCore() local
1835 WebRtcNsx_SpeechNoiseProb(inst, nonSpeechProbFinal, priorLocSnr, postLocSnr); in WebRtcNsx_ProcessCore()
1862 if ((tmpU32no1) && (nonSpeechProbFinal[i])) { in WebRtcNsx_ProcessCore()
1864 tmpU32no3 = WEBRTC_SPL_UMUL_32_16(tmpU32no1, nonSpeechProbFinal[i]); // Q(prevQNoise+8) in WebRtcNsx_ProcessCore()
1886 if (nonSpeechProbFinal[i] < ONE_MINUS_PROB_RANGE_Q8) { in WebRtcNsx_ProcessCore()
1925 if (nonSpeechProbFinal[i] > ONE_MINUS_PROB_RANGE_Q8) { in WebRtcNsx_ProcessCore()
2057 tmpU16no1 += nonSpeechProbFinal[i]; // Q8 in WebRtcNsx_ProcessCore()
Dnsx_core.h214 uint16_t* nonSpeechProbFinal,