Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_utils.h137 class GainApplier {
139 GainApplier(size_t freqs, float change_limit);
Dintelligibility_utils.cc289 GainApplier::GainApplier(size_t freqs, float change_limit) in GainApplier() function in webrtc::intelligibility::GainApplier
300 void GainApplier::Apply(const complex<float>* in_block, in Apply()
Dintelligibility_enhancer.h164 intelligibility::GainApplier gain_applier_;
Dintelligibility_utils_unittest.cc163 GainApplier gain_applier(kFreqs, kChangeLimit); in TEST()