#include <real_fourier_openmax.h>
◆ RealFourierOpenmax() [1/2]
webrtc::RealFourierOpenmax::RealFourierOpenmax |
( |
int |
fft_order | ) |
|
|
explicit |
◆ ~RealFourierOpenmax() [1/2]
webrtc::RealFourierOpenmax::~RealFourierOpenmax |
( |
| ) |
|
|
override |
◆ RealFourierOpenmax() [2/2]
webrtc::RealFourierOpenmax::RealFourierOpenmax |
( |
int |
fft_order | ) |
|
|
explicit |
◆ ~RealFourierOpenmax() [2/2]
webrtc::RealFourierOpenmax::~RealFourierOpenmax |
( |
| ) |
|
|
override |
◆ Forward() [1/2]
void webrtc::RealFourierOpenmax::Forward |
( |
const float * |
src, |
|
|
std::complex< float > * |
dest |
|
) |
| const |
|
overridevirtual |
◆ Forward() [2/2]
void webrtc::RealFourierOpenmax::Forward |
( |
const float * |
src, |
|
|
std::complex< float > * |
dest |
|
) |
| const |
|
overridevirtual |
◆ Inverse() [1/2]
void webrtc::RealFourierOpenmax::Inverse |
( |
const std::complex< float > * |
src, |
|
|
float * |
dest |
|
) |
| const |
|
overridevirtual |
◆ Inverse() [2/2]
void webrtc::RealFourierOpenmax::Inverse |
( |
const std::complex< float > * |
src, |
|
|
float * |
dest |
|
) |
| const |
|
overridevirtual |
◆ order() [1/2]
int webrtc::RealFourierOpenmax::order |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ order() [2/2]
int webrtc::RealFourierOpenmax::order |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: