Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.c731 float snrPrior, currentEstimateStsa; in WebRtcNs_ProcessCore() local
1095 currentEstimateStsa = (float)0.0; in WebRtcNs_ProcessCore()
1097 currentEstimateStsa = magn[i] / (noise[i] + (float)0.0001) - (float)1.0; in WebRtcNs_ProcessCore()
1102 * currentEstimateStsa; in WebRtcNs_ProcessCore()