Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.h105 float speechProbHB[HALF_ANAL_BLOCKL]; //final speech/noise prob: prior + LRT member
Dns_core.c150 inst->speechProbHB[i] = (float)0.0; //for estimation of HB in second pass in WebRtcNs_InitCore()
1255 inst->speechProbHB[i] = probSpeechFinal[i]; in WebRtcNs_ProcessCore()
1262 avgProbSpeechHB += inst->speechProbHB[i]; in WebRtcNs_ProcessCore()