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

/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h28 inline void AdaptiveDynamicRangeCompression::set_knee_threshold(float decibel) { argument
30 knee_threshold_in_decibel_ = decibel;
32 decibel + 10.39717719035538401328722102334722876548767089843750f;
38 const float decibel = target_gain_to_knee_threshold_.Interpolate( local
40 ALOGV("set_knee_threshold_via_target_gain: decibel =%.3fdB", decibel);
41 set_knee_threshold(decibel);

Completed in 217 milliseconds