Home | History | Annotate | Download | only in aecm

Lines Matching refs:fft_buf

1392     // In fft_buf, +16 for 32-byte alignment.
1393 WebRtc_Word16 fft_buf[PART_LEN4 + 16];
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.
1532 WebRtc_Word16* fft = (WebRtc_Word16*) (((uintptr_t) fft_buf + 31) & ~ 31);