webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/matched_filter.h"
#include "webrtc/typedefs.h"
#include <algorithm>
#include <numeric>
#include "webrtc/modules/audio_processing/include/audio_processing.h"
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
Namespaces | |
webrtc | |
webrtc::aec3 | |
Functions | |
void | webrtc::aec3::MatchedFilterCore (size_t x_start_index, float x2_sum_threshold, rtc::ArrayView< const float > x, rtc::ArrayView< const float > y, rtc::ArrayView< float > h, bool *filters_updated, float *error_sum) |