Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.h36 int noise_estimate; member
Dvp9_denoiser.c528 denoiser->noise_estimate = 0; in vp9_denoiser_init_noise_estimate()
648 cpi->denoiser.noise_estimate = (3 * cpi->denoiser.noise_estimate + in vp9_denoiser_update_noise_estimate()
654 if (cpi->denoiser.noise_estimate > cpi->denoiser.thresh_noise_estimate) in vp9_denoiser_update_noise_estimate()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c587 uint32_t* noise_estimate, in WebRtcNsx_CalcParametricNoiseEstimate() argument
623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()
1517 uint32_t noise_estimate = 0; in WebRtcNsx_ProcessCore() local
1626 &noise_estimate, in WebRtcNsx_ProcessCore()
1630 noise_estimate = inst->whiteNoiseLevel; // Q(minNorm-stages) in WebRtcNsx_ProcessCore()
1631 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages) in WebRtcNsx_ProcessCore()
1637 noise_estimate = 0; in WebRtcNsx_ProcessCore()
1644 &noise_estimate, in WebRtcNsx_ProcessCore()
1652 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(noise_estimate, inst->overdrive); in WebRtcNsx_ProcessCore()