Searched refs:WebRtcSpl_ComplexIFFT (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webrtc/common_audio/signal_processing/ |
H A D | real_fft_unittest.cc | 84 int complex_scale = WebRtcSpl_ComplexIFFT(complex_fft_buff, kOrder, 1); in TEST()
|
H A D | real_fft.c | 94 result = WebRtcSpl_ComplexIFFT(complex_buffer, self->order, 1); in WebRtcSpl_RealInverseFFT()
|
H A D | complex_fft_mips.c | 151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT() function
|
H A D | complex_fft.c | 159 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT() function
|
H A D | signal_processing_unittest.cc | 617 EXPECT_EQ(0, WebRtcSpl_ComplexIFFT(B, 3, 1)); in TEST()
|
/aosp_15_r20/external/webrtc/common_audio/signal_processing/include/ |
H A D | signal_processing_library.h | 724 int WebRtcSpl_ComplexIFFT(int16_t vector[], int stages, int mode);
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aecm/ |
H A D | aecm_core_mips.cc | 351 outCFFT = WebRtcSpl_ComplexIFFT(fft, PART_LEN_SHIFT, 1); in InverseFFTAndWindow()
|