Searched refs:fft_buf (Results 1 – 2 of 2) sorted by relevance
172 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain() local173 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31); in TimeToFrequencyDomain()303 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock() local308 int16_t* fft = (int16_t*) (((uintptr_t) fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()
635 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain() local636 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31); in TimeToFrequencyDomain()816 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock() local821 int16_t* fft = (int16_t*)(((uint32_t)fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()