#include <adaptive_fir_filter.h>
|
| | AdaptiveFirFilter (size_t size_partitions, bool use_filter_statistics, Aec3Optimization optimization, ApmDataDumper *data_dumper) |
| |
| | ~AdaptiveFirFilter () |
| |
| void | Filter (const FftBuffer &X_buffer, FftData *S) const |
| |
| void | Adapt (const FftBuffer &X_buffer, const FftData &G) |
| |
| void | HandleEchoPathChange () |
| |
| size_t | SizePartitions () const |
| |
| const std::array< float, kFftLengthBy2Plus1 > & | Erl () const |
| |
| const std::vector< std::array< float, kFftLengthBy2Plus1 > > & | FilterFrequencyResponse () const |
| |
| void | DumpFilter (const char *name) |
| |
| | AdaptiveFirFilter (size_t size_partitions, bool use_filter_statistics, Aec3Optimization optimization, ApmDataDumper *data_dumper) |
| |
| | ~AdaptiveFirFilter () |
| |
| void | Filter (const FftBuffer &X_buffer, FftData *S) const |
| |
| void | Adapt (const FftBuffer &X_buffer, const FftData &G) |
| |
| void | HandleEchoPathChange () |
| |
| size_t | SizePartitions () const |
| |
| const std::array< float, kFftLengthBy2Plus1 > & | Erl () const |
| |
| const std::vector< std::array< float, kFftLengthBy2Plus1 > > & | FilterFrequencyResponse () const |
| |
| void | DumpFilter (const char *name) |
| |
◆ AdaptiveFirFilter() [1/2]
◆ ~AdaptiveFirFilter() [1/2]
| webrtc::AdaptiveFirFilter::~AdaptiveFirFilter |
( |
| ) |
|
|
default |
◆ AdaptiveFirFilter() [2/2]
◆ ~AdaptiveFirFilter() [2/2]
| webrtc::AdaptiveFirFilter::~AdaptiveFirFilter |
( |
| ) |
|
◆ Adapt() [1/2]
◆ Adapt() [2/2]
◆ DumpFilter() [1/2]
| void webrtc::AdaptiveFirFilter::DumpFilter |
( |
const char * |
name | ) |
|
|
inline |
◆ DumpFilter() [2/2]
| void webrtc::AdaptiveFirFilter::DumpFilter |
( |
const char * |
name | ) |
|
|
inline |
◆ Erl() [1/2]
◆ Erl() [2/2]
◆ Filter() [1/2]
◆ Filter() [2/2]
◆ FilterFrequencyResponse() [1/2]
◆ FilterFrequencyResponse() [2/2]
◆ HandleEchoPathChange() [1/2]
| void webrtc::AdaptiveFirFilter::HandleEchoPathChange |
( |
| ) |
|
◆ HandleEchoPathChange() [2/2]
| void webrtc::AdaptiveFirFilter::HandleEchoPathChange |
( |
| ) |
|
◆ SizePartitions() [1/2]
| size_t webrtc::AdaptiveFirFilter::SizePartitions |
( |
| ) |
const |
|
inline |
◆ SizePartitions() [2/2]
| size_t webrtc::AdaptiveFirFilter::SizePartitions |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: