Searched refs:fft_buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c177 // In fft_buf, +16 for 32-byte alignment.
178 int16_t fft_buf[PART_LEN4 + 16]; local
179 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31);
310 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. local
315 int16_t* fft = (int16_t*) (((uintptr_t) fft_buf + 31) & ~ 31);
H A Daecm_core_mips.c636 // In fft_buf, +16 for 32-byte alignment.
637 int16_t fft_buf[PART_LEN4 + 16]; local
638 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31);
818 int16_t fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. local
823 int16_t* fft = (int16_t*)(((uint32_t)fft_buf + 31) & ~ 31);
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1392 // In fft_buf, +16 for 32-byte alignment.
1393 WebRtc_Word16 fft_buf[PART_LEN4 + 16]; local
1394 WebRtc_Word16 *fft = (WebRtc_Word16 *) (((uintptr_t) fft_buf + 31) & ~31);
1527 WebRtc_Word16 fft_buf[PART_LEN4 + 2 + 16]; // +2 to make a loop safe. local
1532 WebRtc_Word16* fft = (WebRtc_Word16*) (((uintptr_t) fft_buf + 31) & ~ 31);

Completed in 105 milliseconds