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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 88 int hNlNewMin, hNlMinCtr;
aec_core.c 907 aec->hNlMinCtr = 0;
914 aec->hNlMinCtr++;
916 if (aec->hNlMinCtr == 2) {
918 aec->hNlMinCtr = 0;
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 102 int hNlNewMin, hNlMinCtr;
aec_core.c 499 aec->hNlMinCtr = 0;
    [all...]

Completed in 218 milliseconds