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

  /external/webrtc/src/common_audio/signal_processing/
complex_fft.c 13 * This file contains the function WebRtcSpl_ComplexFFT().
159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode)
signal_processing_unittest.cc 436 EXPECT_EQ(0, WebRtcSpl_ComplexFFT(B, 3, 1));
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 77 WebRtcSpl_ComplexFFT(fft, PART_LEN_SHIFT, 1);
aecm_core.c 387 WebRtcSpl_ComplexFFT(fft, PART_LEN_SHIFT, 1);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 404 int WebRtcSpl_ComplexFFT(WebRtc_Word16 vector[], int stages, int mode);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 213 milliseconds