|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h"#include "webrtc/typedefs.h"#include <algorithm>#include <functional>#include "webrtc/base/checks.h"#include "webrtc/modules/audio_processing/aec3/fft_data.h"Namespaces | |
| webrtc | |
| webrtc::aec3 | |
Functions | |
| void | webrtc::aec3::AdaptPartitions (const FftBuffer &X_buffer, const FftData &G, rtc::ArrayView< FftData > H) |
| void | webrtc::aec3::ApplyFilter (const FftBuffer &X_buffer, rtc::ArrayView< const FftData > H, FftData *S) |
1.8.13