OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_nlp
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.cc
275
metrics->
a_nlp
.instant = my_metrics.aNlp.instant;
276
metrics->
a_nlp
.average = my_metrics.aNlp.average;
277
metrics->
a_nlp
.maximum = my_metrics.aNlp.max;
278
metrics->
a_nlp
.minimum = my_metrics.aNlp.min;
/external/webrtc/src/modules/audio_processing/interface/
audio_processing.h
318
// (Pre non-linear processing suppression)
A_NLP
= 10log_10(P_echo / P_a)
319
AudioProcessing::Statistic
a_nlp
;
member in struct:webrtc::EchoCancellation::Metrics
/external/webrtc/src/
common_types.h
299
StatVal
a_nlp
;
member in struct:webrtc::__anon31325
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
[
all
...]
process_test.cc
905
PrintStat(metrics.
a_nlp
);
[
all
...]
Completed in 80 milliseconds