Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc79 erb_resolution_(kErbResolution), in IntelligibilityEnhancer()
118 start_freq_ = std::max(static_cast<size_t>(1), erb_index * erb_resolution_); in IntelligibilityEnhancer()
267 float abs_temp = fabsf((i + 1.0f) / static_cast<float>(erb_resolution_)); in CreateErbBank()
Dintelligibility_enhancer.h146 const int erb_resolution_; variable