Searched defs:a_nlp (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
H A Dec_metrics_test.cc41 int erl, erle, rerl, a_nlp; local
48 EXPECT_EQ(0, voe_apm_->GetEchoMetrics(erl, erle, rerl, a_nlp));
53 "fraction_poor_delays=%3.1f [%%]\n", erl, erle, rerl, a_nlp,
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c452 Stats a_nlp; local
464 WebRtcAec_GetEchoStats(self->aec, &erl, &erle, &a_nlp);
519 metrics->aNlp.instant = (int)a_nlp.instant;
521 if ((a_nlp.himean > kOffsetLevel) && (a_nlp.average > kOffsetLevel)) {
523 dtmp = kUpWeight * a_nlp.himean + (1 - kUpWeight) * a_nlp.average;
529 metrics->aNlp.max = (int)a_nlp.max;
531 if (a_nlp.min < (kOffsetLevel * (-1))) {
532 metrics->aNlp.min = (int)a_nlp
[all...]
H A Daec_core.c1899 Stats* a_nlp) {
1902 assert(a_nlp != NULL);
1905 *a_nlp = self->aNlp;
1896 WebRtcAec_GetEchoStats(AecCore* self, Stats* erl, Stats* erle, Stats* a_nlp) argument
/external/webrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.h668 AudioProcessing::Statistic a_nlp; member in struct:webrtc::EchoCancellation::Metrics
/external/webrtc/webrtc/
H A Dcommon_types.h408 StatVal a_nlp; member in struct:webrtc::__anon26086

Completed in 189 milliseconds