Searched refs:DD_PR_SNR (Results 1 – 2 of 2) sorted by relevance
36 #define DD_PR_SNR (float)0.98 // DD update of prior SNR macro
1005 snrLocPrior[i] = DD_PR_SNR * previousEstimateStsa[i] + ((float)1.0 - DD_PR_SNR) in WebRtcNs_ProcessCore()1101 snrPrior = DD_PR_SNR * previousEstimateStsa[i] + ((float)1.0 - DD_PR_SNR) in WebRtcNs_ProcessCore()