Home
last modified time | relevance | path

Searched refs:PART_LEN2 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/aecm/
Daecm_core.h88 int16_t xBuf_buf[PART_LEN2 + 16]; // farend
89 int16_t dBufClean_buf[PART_LEN2 + 16]; // nearend
90 int16_t dBufNoisy_buf[PART_LEN2 + 16]; // nearend
Daecm_core_c.cc219 fft[PART_LEN2] = efw[PART_LEN].real; in InverseFFTAndWindow()
220 fft[PART_LEN2 + 1] = -efw[PART_LEN].imag; in InverseFFTAndWindow()
291 tmp16no1 = WebRtcSpl_MaxAbsValueW16(time_signal, PART_LEN2); in TimeToFrequencyDomain()
398 int32_t dfw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock()
399 int32_t efw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock()
Daecm_defines.h23 #define PART_LEN2 (PART_LEN << 1) /* Length of partition * 2. */ macro
Daecm_core_mips.cc799 tmp16no1 = WebRtcSpl_MaxAbsValueW16(time_signal, PART_LEN2); in TimeToFrequencyDomain()
809 freq_signal[PART_LEN].real = fft[PART_LEN2]; in TimeToFrequencyDomain()
952 int32_t dfw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock()
953 int32_t efw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock()