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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c     [all...]
aecm_core_c.c 702 aecm->noiseEstTooHighCtr[i]++;
703 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount)
706 aecm->noiseEstTooHighCtr[i] = 0; // Reset the counter
717 aecm->noiseEstTooHighCtr[i] = 0;
aecm_core.h 101 int noiseEstTooHighCtr[PART_LEN1];
aecm_core.c 493 memset(aecm->noiseEstTooHighCtr, 0, sizeof(aecm->noiseEstTooHighCtr));
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 173 int noiseEstTooHighCtr[PART_LEN1];
aecm_core.c 632 memset(aecm->noiseEstTooHighCtr, 0, sizeof(aecm->noiseEstTooHighCtr));
    [all...]

Completed in 559 milliseconds