Searched refs:noise_estimate_avg (Results 1 – 1 of 1) sorted by relevance
588 uint32_t* noise_estimate_avg) { in WebRtcNsx_CalcParametricNoiseEstimate() argument621 *noise_estimate_avg = (1 << int_part) + (uint32_t)tmp32no2; in WebRtcNsx_CalcParametricNoiseEstimate()623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()1518 uint32_t noise_estimate_avg = 0; in WebRtcNsx_ProcessCore() local1627 &noise_estimate_avg); in WebRtcNsx_ProcessCore()1631 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages) in WebRtcNsx_ProcessCore()1638 noise_estimate_avg = 0; in WebRtcNsx_ProcessCore()1645 &noise_estimate_avg); in WebRtcNsx_ProcessCore()1688 tmpU32no2 = noise_estimate_avg >> in WebRtcNsx_ProcessCore()