Searched refs:noise_estimate_avg (Results 1 – 1 of 1) sorted by relevance
700 WebRtc_UWord32* noise_estimate_avg) { in WebRtcNsx_CalcParametricNoiseEstimate() argument734 *noise_estimate_avg = WEBRTC_SPL_LSHIFT_U32(1, int_part) + (WebRtc_UWord32)tmp32no2; in WebRtcNsx_CalcParametricNoiseEstimate()736 *noise_estimate = (*noise_estimate_avg) * (WebRtc_UWord32)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()1860 WebRtc_UWord32 noise_estimate_avg = 0; in WebRtcNsx_ProcessCore() local1956 &noise_estimate_avg); in WebRtcNsx_ProcessCore()1960 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages) in WebRtcNsx_ProcessCore()1967 noise_estimate_avg = 0; in WebRtcNsx_ProcessCore()1974 &noise_estimate_avg); in WebRtcNsx_ProcessCore()2017 tmpU32no2 = WEBRTC_SPL_RSHIFT_U32(noise_estimate_avg, inst->minNorm - inst->stages in WebRtcNsx_ProcessCore()