OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntelligibilityEnhancer
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc
49
IntelligibilityEnhancer
::TransformCallback::TransformCallback(
50
IntelligibilityEnhancer
* parent,
51
IntelligibilityEnhancer
::AudioSource source)
55
void
IntelligibilityEnhancer
::TransformCallback::ProcessAudioBlock(
67
IntelligibilityEnhancer
::
IntelligibilityEnhancer
()
68
:
IntelligibilityEnhancer
(
IntelligibilityEnhancer
::Config()) {
71
IntelligibilityEnhancer
::
IntelligibilityEnhancer
(const Config& config
[
all
...]
intelligibility_enhancer.h
32
class
IntelligibilityEnhancer
{
60
explicit
IntelligibilityEnhancer
(const Config& config);
61
IntelligibilityEnhancer
(); // Initialize with default config.
83
TransformCallback(
IntelligibilityEnhancer
* parent, AudioSource source);
94
IntelligibilityEnhancer
* parent_;
intelligibility_enhancer_unittest.cc
92
enh_.reset(new
IntelligibilityEnhancer
(config_));
98
enh_.reset(new
IntelligibilityEnhancer
(config_));
115
IntelligibilityEnhancer
::Config config_;
116
rtc::scoped_ptr<
IntelligibilityEnhancer
> enh_;
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc
91
//
IntelligibilityEnhancer
.
110
IntelligibilityEnhancer
::Config config;
117
IntelligibilityEnhancer
enh(config);
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc
166
rtc::scoped_ptr<
IntelligibilityEnhancer
> intelligibility_enhancer;
[
all
...]
Completed in 51 milliseconds