Home
last modified time | relevance | path

Searched refs:PART_LEN4 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_defines.h24 #define PART_LEN4 (PART_LEN << 2) /* Length of partition * 4. */ macro
25 #define FAR_BUF_LEN PART_LEN4 /* Length of buffers. */
Daecm_core_mips.c88 memset(fft, 0, sizeof(int16_t) * PART_LEN4); in WindowAndFFT()
635 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain()
816 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock()
Daecm_core_c.c172 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain()
303 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock()