#include <real_fourier.h>
◆ fft_cplx_scoper [1/2]
◆ fft_cplx_scoper [2/2]
◆ fft_real_scoper [1/2]
◆ fft_real_scoper [2/2]
◆ ~RealFourier() [1/2]
virtual webrtc::RealFourier::~RealFourier |
( |
| ) |
|
|
inlinevirtual |
◆ ~RealFourier() [2/2]
virtual webrtc::RealFourier::~RealFourier |
( |
| ) |
|
|
inlinevirtual |
◆ AllocCplxBuffer() [1/2]
◆ AllocCplxBuffer() [2/2]
◆ AllocRealBuffer() [1/2]
◆ AllocRealBuffer() [2/2]
◆ ComplexLength() [1/2]
size_t webrtc::RealFourier::ComplexLength |
( |
int |
order | ) |
|
|
static |
◆ ComplexLength() [2/2]
static size_t webrtc::RealFourier::ComplexLength |
( |
int |
order | ) |
|
|
static |
◆ Create() [1/2]
std::unique_ptr< RealFourier > webrtc::RealFourier::Create |
( |
int |
fft_order | ) |
|
|
static |
◆ Create() [2/2]
static std::unique_ptr<RealFourier> webrtc::RealFourier::Create |
( |
int |
fft_order | ) |
|
|
static |
◆ FftLength() [1/2]
static size_t webrtc::RealFourier::FftLength |
( |
int |
order | ) |
|
|
static |
◆ FftLength() [2/2]
size_t webrtc::RealFourier::FftLength |
( |
int |
order | ) |
|
|
static |
◆ FftOrder() [1/2]
int webrtc::RealFourier::FftOrder |
( |
size_t |
length | ) |
|
|
static |
◆ FftOrder() [2/2]
static int webrtc::RealFourier::FftOrder |
( |
size_t |
length | ) |
|
|
static |
◆ Forward() [1/2]
virtual void webrtc::RealFourier::Forward |
( |
const float * |
src, |
|
|
std::complex< float > * |
dest |
|
) |
| const |
|
pure virtual |
◆ Forward() [2/2]
virtual void webrtc::RealFourier::Forward |
( |
const float * |
src, |
|
|
std::complex< float > * |
dest |
|
) |
| const |
|
pure virtual |
◆ Inverse() [1/2]
virtual void webrtc::RealFourier::Inverse |
( |
const std::complex< float > * |
src, |
|
|
float * |
dest |
|
) |
| const |
|
pure virtual |
◆ Inverse() [2/2]
virtual void webrtc::RealFourier::Inverse |
( |
const std::complex< float > * |
src, |
|
|
float * |
dest |
|
) |
| const |
|
pure virtual |
◆ order() [1/2]
virtual int webrtc::RealFourier::order |
( |
| ) |
const |
|
pure virtual |
◆ order() [2/2]
virtual int webrtc::RealFourier::order |
( |
| ) |
const |
|
pure virtual |
◆ kFftBufferAlignment
static const size_t webrtc::RealFourier::kFftBufferAlignment = 32 |
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/common_audio/real_fourier.h
- Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/real_fourier.cc