OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:erb_resolution_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h
146
const int
erb_resolution_
;
member in class:webrtc::IntelligibilityEnhancer
intelligibility_enhancer.cc
79
erb_resolution_
(kErbResolution),
118
start_freq_ = std::max(static_cast<size_t>(1), erb_index *
erb_resolution_
);
267
float abs_temp = fabsf((i + 1.0f) / static_cast<float>(
erb_resolution_
));
Completed in 178 milliseconds