Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c588 uint32_t* noise_estimate_avg) { in WebRtcNsx_CalcParametricNoiseEstimate() argument
621 *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() local
1627 &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()