Searched defs:PART_LEN2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.h23 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2 macro
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_defines.h23 #define PART_LEN2 (PART_LEN << 1) /* Length of partition * 2. */ macro
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h26 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2 macro
81 float dBuf[PART_LEN2]; // nearend
82 float eBuf[PART_LEN2]; // error
84 float dBufH[PART_LEN2]; // nearend
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.h39 #define PART_LEN2 (PART_LEN << 1) // Length of partition * 2 macro
155 WebRtc_Word16 xBuf_buf[PART_LEN2 + 16]; // farend
156 WebRtc_Word16 dBufClean_buf[PART_LEN2 + 16]; // nearend
157 WebRtc_Word16 dBufNoisy_buf[PART_LEN2 + 16]; // nearend

Completed in 371 milliseconds