Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c807 inst->priorNonSpeechProb = 8192; // Q14(0.5) prior probability for speech/noise in WebRtcNsx_InitCore()
1466 tmp16 = indPriorFX16 - inst->priorNonSpeechProb; // Q14 in WebRtcNsx_SpeechNoiseProb()
1467 inst->priorNonSpeechProb += (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT( in WebRtcNsx_SpeechNoiseProb()
1474 if (inst->priorNonSpeechProb > 0) { in WebRtcNsx_SpeechNoiseProb()
1498 normTmp2 = WebRtcSpl_NormW16((16384 - inst->priorNonSpeechProb)); in WebRtcNsx_SpeechNoiseProb()
1503 tmp32no1 = WEBRTC_SPL_MUL_32_16(invLrtFX, (16384 - inst->priorNonSpeechProb)); in WebRtcNsx_SpeechNoiseProb()
1507 tmp32no1 = WEBRTC_SPL_MUL_32_16(invLrtFX, (16384 - inst->priorNonSpeechProb)); // Q22 in WebRtcNsx_SpeechNoiseProb()
1511 tmp32no1 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)inst->priorNonSpeechProb, 8); // Q22 in WebRtcNsx_SpeechNoiseProb()
1514 (WebRtc_Word32)inst->priorNonSpeechProb + invLrtFX); // Q8 in WebRtcNsx_SpeechNoiseProb()
1833 tmp16no1 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(16384 - inst->priorNonSpeechProb, in WebRtcNsx_DataSynthesis()
[all …]
Dnsx_core.h77 WebRtc_Word16 priorNonSpeechProb; //prior speech/noise probability // Q14 member