Searched refs:RealFourierOpenmax (Results 1 – 4 of 4) sorted by relevance
44 RealFourierOpenmax::RealFourierOpenmax(int fft_order) in RealFourierOpenmax() function in webrtc::RealFourierOpenmax49 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()
20 class RealFourierOpenmax : public RealFourier {22 explicit RealFourierOpenmax(int fft_order);23 ~RealFourierOpenmax() override;
26 return rtc::scoped_ptr<RealFourier>(new RealFourierOpenmax(fft_order)); in Create()
75 RealFourierOpenmax,