OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RealFourierOpenmax
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/
real_fourier_openmax.cc
44
RealFourierOpenmax
::
RealFourierOpenmax
(int fft_order)
49
RealFourierOpenmax
::~
RealFourierOpenmax
() {
53
void
RealFourierOpenmax
::Forward(const float* src, complex<float>* dest) const {
61
void
RealFourierOpenmax
::Inverse(const complex<float>* src, float* dest) const {
real_fourier_openmax.h
20
class
RealFourierOpenmax
: public RealFourier {
22
explicit
RealFourierOpenmax
(int fft_order);
23
~
RealFourierOpenmax
() override;
Completed in 247 milliseconds