#include <three_band_filter_bank.h>
◆ ThreeBandFilterBank() [1/2]
webrtc::ThreeBandFilterBank::ThreeBandFilterBank |
( |
size_t |
length | ) |
|
|
explicit |
◆ ~ThreeBandFilterBank() [1/2]
webrtc::ThreeBandFilterBank::~ThreeBandFilterBank |
( |
| ) |
|
|
default |
◆ ThreeBandFilterBank() [2/2]
webrtc::ThreeBandFilterBank::ThreeBandFilterBank |
( |
size_t |
length | ) |
|
|
explicit |
◆ ~ThreeBandFilterBank() [2/2]
webrtc::ThreeBandFilterBank::~ThreeBandFilterBank |
( |
| ) |
|
◆ Analysis() [1/2]
void webrtc::ThreeBandFilterBank::Analysis |
( |
const float * |
in, |
|
|
size_t |
length, |
|
|
float *const * |
out |
|
) |
| |
◆ Analysis() [2/2]
void webrtc::ThreeBandFilterBank::Analysis |
( |
const float * |
in, |
|
|
size_t |
length, |
|
|
float *const * |
out |
|
) |
| |
◆ Synthesis() [1/2]
void webrtc::ThreeBandFilterBank::Synthesis |
( |
const float *const * |
in, |
|
|
size_t |
split_length, |
|
|
float * |
out |
|
) |
| |
◆ Synthesis() [2/2]
void webrtc::ThreeBandFilterBank::Synthesis |
( |
const float *const * |
in, |
|
|
size_t |
split_length, |
|
|
float * |
out |
|
) |
| |
The documentation for this class was generated from the following files: