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/main/source/
aec_core.h 28 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
90 float xPow[PART_LEN1];
91 float dPow[PART_LEN1];
92 float dMinPow[PART_LEN1];
93 float dInitMinPow[PART_LEN1];
100 fftw_complex xfBuf[NR_PART * PART_LEN1];
101 fftw_complex wfBuf[NR_PART * PART_LEN1];
102 fftw_complex sde[PART_LEN1];
104 float xfBuf[2][NR_PART * PART_LEN1]; // farend fft buffer
105 float wfBuf[2][NR_PART * PART_LEN1]; // filter ff
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.h 44 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
130 WebRtc_UWord16 medianYlogspec[PART_LEN1];
131 WebRtc_UWord16 medianXlogspec[PART_LEN1];
133 WebRtc_UWord16 xfaHistory[PART_LEN1][MAX_DELAY];
156 WebRtc_Word16 channelAdapt16[PART_LEN1];
157 WebRtc_Word32 channelAdapt32[PART_LEN1];
158 WebRtc_Word16 channelStored[PART_LEN1];
159 WebRtc_Word32 echoFilt[PART_LEN1];
160 WebRtc_Word16 nearFilt[PART_LEN1];
161 WebRtc_Word32 noiseEst[PART_LEN1];
    [all...]

Completed in 1364 milliseconds