HomeSort by relevance Sort by last modified time
    Searched refs:noise_estimate (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 36 int noise_estimate; member in struct:vp9_denoiser
vp9_denoiser.c 528 denoiser->noise_estimate = 0;
648 cpi->denoiser.noise_estimate = (3 * cpi->denoiser.noise_estimate +
654 if (cpi->denoiser.noise_estimate > cpi->denoiser.thresh_noise_estimate)
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c 587 uint32_t* noise_estimate,
596 // noise_estimate = 2^(pinkNoiseNumerator + pinkNoiseExp * log2(j))
623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1);
1517 uint32_t noise_estimate = 0; local
    [all...]

Completed in 136 milliseconds