Home
last modified time | relevance | path

Searched refs:GetBankSize (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.h125 static size_t GetBankSize(int sample_rate, size_t erb_resolution);
Dintelligibility_enhancer.cc77 bank_size_(GetBankSize(config.sample_rate_hz, kErbResolution)), in IntelligibilityEnhancer()
255 size_t IntelligibilityEnhancer::GetBankSize(int sample_rate, in GetBankSize() function in webrtc::IntelligibilityEnhancer