HomeSort by relevance Sort by last modified time
    Searched refs:fft_buf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 177 // 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);
aecm_core_mips.c 637 int16_t fft_buf[PART_LEN4 + 16]; local
818 int16_t fft_buf[PART_LEN4 + 2 + 16]; \/\/ +2 to make a loop safe. local
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 1393 WebRtc_Word16 fft_buf[PART_LEN4 + 16]; local
1527 WebRtc_Word16 fft_buf[PART_LEN4 + 2 + 16]; \/\/ +2 to make a loop safe. local
    [all...]

Completed in 42 milliseconds