Searched refs:fft_buf (Results 1 – 1 of 1) sorted by relevance
1393 WebRtc_Word16 fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain() local1394 WebRtc_Word16 *fft = (WebRtc_Word16 *) (((uintptr_t) fft_buf + 31) & ~31); in TimeToFrequencyDomain()1527 WebRtc_Word16 fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. in WebRtcAecm_ProcessBlock() local1532 WebRtc_Word16* fft = (WebRtc_Word16*) (((uintptr_t) fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()