Searched refs:PART_LEN4 (Results 1 – 3 of 3) sorted by relevance
24 #define PART_LEN4 (PART_LEN << 2) /* Length of partition * 4. */ macro25 #define FAR_BUF_LEN PART_LEN4 /* Length of buffers. */
88 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()
172 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()