HomeSort by relevance Sort by last modified time
    Searched full:power_bot (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 204 const float power_bot = local
206 if (power_target >= power_bot && power_target <= power_top) {
207 SolveForLambda(power_target, power_bot, power_top);
213 float power_bot,
intelligibility_enhancer.h 115 void SolveForLambda(float power_target, float power_bot, float power_top);

Completed in 74 milliseconds