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

  /external/webrtc/src/common_audio/signal_processing/
complex_fft.c 287 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 frfi[], int stages, int mode)
signal_processing_unittest.cc 440 EXPECT_EQ(0, WebRtcSpl_ComplexIFFT(B, 3, 1));
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 115 outCFFT = WebRtcSpl_ComplexIFFT(fft, PART_LEN_SHIFT, 1);
aecm_core.c 429 outCFFT = WebRtcSpl_ComplexIFFT(fft, PART_LEN_SHIFT, 1);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 405 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 vector[], int stages, int mode);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 213 milliseconds