Searched defs:Ifft (Results 1 – 3 of 3) sorted by relevance
41 void Ifft(const FftData& X, std::array<float, kFftLength>* x) const { in Ifft() function
112 TEST(Aec3Fft, Ifft) { in TEST() argument
45 void NrFft::Ifft(rtc::ArrayView<const float> real, in Ifft() function in webrtc::NrFft