HomeSort by relevance Sort by last modified time
    Searched refs:GainApplier (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 137 class GainApplier {
139 GainApplier(size_t freqs, float change_limit);
intelligibility_enhancer.h 164 intelligibility::GainApplier gain_applier_;
intelligibility_utils.cc 289 GainApplier::GainApplier(size_t freqs, float change_limit)
300 void GainApplier::Apply(const complex<float>* in_block,
intelligibility_utils_unittest.cc 163 GainApplier gain_applier(kFreqs, kChangeLimit);

Completed in 2050 milliseconds