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

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h 29 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2
84 float xBuf[PART_LEN2]; // farend
85 float dBuf[PART_LEN2]; // nearend
86 float eBuf[PART_LEN2]; // error
88 float dBufH[PART_LEN2]; // nearend
96 float fftR[PART_LEN2];
97 fftw_complex fftC[PART_LEN2];
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.h 45 #define PART_LEN2 (PART_LEN << 1) // Length of partition * 2
119 WebRtc_Word16 xBuf[PART_LEN2]; // farend
120 WebRtc_Word16 dBufClean[PART_LEN2]; // nearend
121 WebRtc_Word16 dBufNoisy[PART_LEN2]; // nearend

Completed in 92 milliseconds