Searched refs:decibel (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h26 inline void AdaptiveDynamicRangeCompression::set_knee_threshold(float decibel) { argument
28 knee_threshold_in_decibel_ = decibel;
30 decibel + 10.39717719035538401328722102334722876548767089843750f;
36 const float decibel = target_gain_to_knee_threshold_.Interpolate( local
38 ALOGV("set_knee_threshold_via_target_gain: decibel =%.3fdB", decibel);
39 set_knee_threshold(decibel);
H A Ddynamic_range_compression.h68 // Sets knee threshold (in decibel).
69 void set_knee_threshold(float decibel);
83 // The default knee threshold in decibel. The knee threshold defines when the

Completed in 43 milliseconds