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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 25 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
86 float xPow[PART_LEN1];
87 float dPow[PART_LEN1];
88 float dMinPow[PART_LEN1];
89 float dInitMinPow[PART_LEN1];
92 float xfBuf[2][NR_PART * PART_LEN1]; // farend fft buffer
93 float wfBuf[2][NR_PART * PART_LEN1]; // filter fft
94 complex_t sde[PART_LEN1]; // cross-psd of nearend and error
95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend
96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffe
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 38 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
130 uint16_t far_history[PART_LEN1 * MAX_DELAY];
152 WebRtc_Word16 channelStored_buf[PART_LEN1 + 8];
153 WebRtc_Word16 channelAdapt16_buf[PART_LEN1 + 8];
154 WebRtc_Word32 channelAdapt32_buf[PART_LEN1 + 8];
169 WebRtc_Word32 echoFilt[PART_LEN1];
170 WebRtc_Word16 nearFilt[PART_LEN1];
171 WebRtc_Word32 noiseEst[PART_LEN1];
172 int noiseEstTooLowCtr[PART_LEN1];
173 int noiseEstTooHighCtr[PART_LEN1];
    [all...]

Completed in 111 milliseconds