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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 30 static const int16_t kNoiseEstIncCount = 5;
    [all...]
aecm_core_c.c 58 static const int16_t kNoiseEstIncCount = 5;
700 // |kNoiseEstIncCount| block. The regular approach below can not
703 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount)
736 // |kNoiseEstIncCount| block
738 if (aecm->noiseEstTooLowCtr[i] >= kNoiseEstIncCount)

Completed in 80 milliseconds