#include "webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h"
#include <sstream>
#include <string>
#include <vector>
#include "webrtc/base/array_view.h"
#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST (MatchedFilterLagAggregator, MostAccurateLagChosen) |
|
| webrtc::TEST (MatchedFilterLagAggregator, LagEstimateInvarianceRequiredForAggregatedLag) |
|
| webrtc::TEST (MatchedFilterLagAggregator, LagEstimateUpdatesRequiredForAggregatedLag) |
|
| webrtc::TEST (MatchedFilterLagAggregator, PersistentAggregatedLag) |
|