Searched defs:noise_estimate_avg (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/main/source/
H A Dnsx_core.c447 WebRtc_UWord32 *noise_estimate_avg)
485 *noise_estimate_avg = WEBRTC_SPL_LSHIFT_U32(1, int_part) + (WebRtc_UWord32)tmp32no2;
487 *noise_estimate = (*noise_estimate_avg) * (WebRtc_UWord32)(inst->blockIndex + 1);
1859 WebRtc_UWord32 noise_estimate_avg = 0; local
1960 &noise_estimate_avg);
1966 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages)
1975 noise_estimate_avg = 0;
1982 &noise_estimate_avg);
2012 // Weight quantile noise 'noiseU32' with modeled noise 'noise_estimate_avg'
2016 // 'noise_estimate_avg' ca
442 WebRtcNsx_CalcParametricNoiseEstimate(NsxInst_t *inst, WebRtc_Word16 pink_noise_exp_avg, WebRtc_Word32 pink_noise_num_avg, int freq_index, WebRtc_UWord32 *noise_estimate, WebRtc_UWord32 *noise_estimate_avg) argument
[all...]

Completed in 151 milliseconds