webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
echo_remover_metrics.cc File Reference
#include "webrtc/modules/audio_processing/aec3/echo_remover_metrics.h"
#include <math.h>
#include <algorithm>
#include <numeric>
#include "webrtc/system_wrappers/include/metrics.h"

Namespaces

 webrtc
 
 webrtc::aec3
 

Functions

void webrtc::aec3::UpdateDbMetric (const std::array< float, kFftLengthBy2Plus1 > &value, std::array< EchoRemoverMetrics::DbMetric, 2 > *statistic)
 
int webrtc::aec3::TransformDbMetricForReporting (bool negate, float min_value, float max_value, float offset, float scaling, float value)