Home
last modified time | relevance | path

Searched refs:RealFourierOpenmax (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dreal_fourier_openmax.cc44 RealFourierOpenmax::RealFourierOpenmax(int fft_order) in RealFourierOpenmax() function in webrtc::RealFourierOpenmax
49 RealFourierOpenmax::~RealFourierOpenmax() { in ~RealFourierOpenmax()
53 void RealFourierOpenmax::Forward(const float* src, complex<float>* dest) const { in Forward()
61 void RealFourierOpenmax::Inverse(const complex<float>* src, float* dest) const { in Inverse()
Dreal_fourier_openmax.h20 class RealFourierOpenmax : public RealFourier {
22 explicit RealFourierOpenmax(int fft_order);
23 ~RealFourierOpenmax() override;
Dreal_fourier.cc26 return rtc::scoped_ptr<RealFourier>(new RealFourierOpenmax(fft_order)); in Create()
Dreal_fourier_unittest.cc75 RealFourierOpenmax,