Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dlimiter_db_gain_curve.cc23 double knee_smoothness_db, in ComputeKneeStart() argument
25 RTC_CHECK_LT((compression_ratio - 1.0) * knee_smoothness_db / in ComputeKneeStart()
28 return -knee_smoothness_db / 2.0 - in ComputeKneeStart()
33 double knee_smoothness_db, in ComputeKneeRegionPolynomial() argument
36 (2.0 * knee_smoothness_db * compression_ratio); in ComputeKneeRegionPolynomial()