OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_top
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc
201
const float
power_top
=
local
206
if (power_target >= power_bot && power_target <=
power_top
) {
207
SolveForLambda(power_target, power_bot,
power_top
);
214
float
power_top
) {
intelligibility_enhancer.h
115
void SolveForLambda(float power_target, float power_bot, float
power_top
);
Completed in 56 milliseconds