Searched refs:noise_estimate (Results 1 – 1 of 1) sorted by relevance
699 WebRtc_UWord32* noise_estimate, in WebRtcNsx_CalcParametricNoiseEstimate() argument736 *noise_estimate = (*noise_estimate_avg) * (WebRtc_UWord32)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()1859 WebRtc_UWord32 noise_estimate = 0; in WebRtcNsx_ProcessCore() local1955 &noise_estimate, in WebRtcNsx_ProcessCore()1959 noise_estimate = inst->whiteNoiseLevel; // Q(minNorm-stages) in WebRtcNsx_ProcessCore()1960 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages) in WebRtcNsx_ProcessCore()1966 noise_estimate = 0; in WebRtcNsx_ProcessCore()1973 &noise_estimate, in WebRtcNsx_ProcessCore()1981 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(noise_estimate, inst->overdrive); in WebRtcNsx_ProcessCore()