Home
last modified time | relevance | path

Searched defs:kMaxFloatS16Value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dagc2_common.h17 constexpr float kMaxFloatS16Value = 32767.0f; variable
/aosp_15_r20/external/webrtc/modules/audio_processing/capture_levels_adjuster/
H A Daudio_samples_scaler.cc86 constexpr float kMaxFloatS16Value = 32767.f; in Process() local