Searched refs:WebRtcSpl_ComplexFFT (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | real_fft_unittest.cc | 73 EXPECT_EQ(0, WebRtcSpl_ComplexFFT(complex_fft_buff, kOrder, 1)); in TEST_F()
|
D | real_fft.c | 65 result = WebRtcSpl_ComplexFFT(complex_buffer, self->order, 1); in WebRtcSpl_RealForwardFFT()
|
D | complex_fft_mips.c | 22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT() function
|
D | complex_fft.c | 29 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT() function
|
D | signal_processing_unittest.cc | 523 EXPECT_EQ(0, WebRtcSpl_ComplexFFT(B, 3, 1)); in TEST_F()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 726 int WebRtcSpl_ComplexFFT(int16_t vector[], int stages, int mode);
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_mips.c | 160 WebRtcSpl_ComplexFFT(fft, PART_LEN_SHIFT, 1); in WindowAndFFT()
|