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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.c 589 uint32_t* noise_estimate_avg) {
623 *noise_estimate_avg = (1 << int_part) + (uint32_t)tmp32no2;
625 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1);
1535 uint32_t noise_estimate_avg = 0; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 1860 WebRtc_UWord32 noise_estimate_avg = 0; local
    [all...]

Completed in 57 milliseconds