Home
last modified time | relevance | path

Searched refs:Intelligibility (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/test/
Daudioproc_float.cc116 config.Set<Intelligibility>(new Intelligibility(FLAGS_ie || FLAGS_all)); in main()
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h146 struct Intelligibility { struct
147 Intelligibility() : enabled(false) {} in Intelligibility() function
148 explicit Intelligibility(bool enabled) : enabled(enabled) {} in Intelligibility() argument
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_performance_unittest.cc603 config.Set<Intelligibility>(new Intelligibility(true)); in SetUp()
Daudio_processing_impl.cc222 config.Get<Intelligibility>().enabled), in AudioProcessingImpl()