|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/matched_filter.h"#include "webrtc/typedefs.h"#include <algorithm>#include <sstream>#include <string>#include "webrtc/base/random.h"#include "webrtc/modules/audio_processing/aec3/aec3_common.h"#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"#include "webrtc/modules/audio_processing/test/echo_canceller_test_tools.h"#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"#include "webrtc/test/gtest.h"Namespaces | |
| webrtc | |
| webrtc::aec3 | |
Functions | |
| webrtc::aec3::TEST (MatchedFilter, LagEstimation) | |
| webrtc::aec3::TEST (MatchedFilter, LagNotReliableForUncorrelatedRenderAndCapture) | |
| webrtc::aec3::TEST (MatchedFilter, LagNotUpdatedForLowLevelRender) | |
| webrtc::aec3::TEST (MatchedFilter, NumberOfLagEstimates) | |
1.8.13