Home
last modified time | relevance | path

Searched refs:fft_buf (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c172 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain() local
173 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() local
308 int16_t* fft = (int16_t*) (((uintptr_t) fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c635 int16_t fft_buf[PART_LEN4 + 16]; in TimeToFrequencyDomain() local
636 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() local
821 int16_t* fft = (int16_t*)(((uint32_t)fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()