webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/echo_remover_metrics.h"
#include <math.h>
#include "webrtc/modules/audio_processing/aec3/aec_state.h"
#include "webrtc/modules/audio_processing/aec3/aec3_fft.h"
#include "webrtc/test/gtest.h"
Namespaces | |
webrtc | |
Functions | |
webrtc::TEST (UpdateDbMetric, Updating) | |
webrtc::TEST (TransformDbMetricForReporting, DbFsScaling) | |
webrtc::TEST (TransformDbMetricForReporting, Limits) | |
webrtc::TEST (TransformDbMetricForReporting, Negate) | |
webrtc::TEST (DbMetric, Update) | |
webrtc::TEST (DbMetric, Constructor) | |
webrtc::TEST (EchoRemoverMetrics, NormalUsage) | |