Searched defs:complex_data_in (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dreal_fft.c75 const int16_t* complex_data_in,
87 memcpy(complex_buffer, complex_data_in, sizeof(int16_t) * (n + 2));
89 complex_buffer[i] = complex_data_in[2 * n - i];
90 complex_buffer[i + 1] = -complex_data_in[2 * n - i + 1];
122 const int16_t* complex_data_in,
124 return WebRtcSpl_RealInverseFFTC(self, complex_data_in, real_data_out);
74 WebRtcSpl_RealInverseFFTC(struct RealFFT* self, const int16_t* complex_data_in, int16_t* real_data_out) argument
121 WebRtcSpl_RealInverseFFTNeon(struct RealFFT* self, const int16_t* complex_data_in, int16_t* real_data_out) argument

Completed in 248 milliseconds