Searched refs:noise_estimate (Results 1 – 3 of 3) sorted by relevance
36 int noise_estimate; member
528 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()
587 uint32_t* noise_estimate, in WebRtcNsx_CalcParametricNoiseEstimate() argument623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()1517 uint32_t noise_estimate = 0; in WebRtcNsx_ProcessCore() local1626 &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()