Searched refs:complex_data_in (Results 1 – 2 of 2) sorted by relevance
75 const int16_t* complex_data_in, in WebRtcSpl_RealInverseFFT() argument87 memcpy(complex_buffer, complex_data_in, sizeof(int16_t) * (n + 2)); in WebRtcSpl_RealInverseFFT()89 complex_buffer[i] = complex_data_in[2 * n - i]; in WebRtcSpl_RealInverseFFT()90 complex_buffer[i + 1] = -complex_data_in[2 * n - i + 1]; in WebRtcSpl_RealInverseFFT()
90 const int16_t* complex_data_in,