Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector.cc30 void SaturationProtector::PeakEnveloper::Process(float frame_peak_dbfs) { in Process() argument
33 std::max(current_superframe_peak_dbfs_, frame_peak_dbfs); in Process()
Dsaturation_protector.h51 void Process(float frame_peak_dbfs);