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

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 157 WebRtc_Word16 dBufNoisy_buf[PART_LEN2 + 16]; // nearend
aecm_core.c 328 aecm->dBufNoisy = (WebRtc_Word16*) (((uintptr_t)aecm->dBufNoisy_buf + 31) & ~ 31);
588 memset(aecm->dBufNoisy_buf, 0, sizeof(aecm->dBufNoisy_buf));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.h 85 int16_t dBufNoisy_buf[PART_LEN2 + 16]; // nearend
aecm_core.c 284 aecm->dBufNoisy = (int16_t*) (((uintptr_t)aecm->dBufNoisy_buf + 31) & ~ 31);
446 memset(aecm->dBufNoisy_buf, 0, sizeof(aecm->dBufNoisy_buf));
    [all...]

Completed in 4779 milliseconds