Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/include/
Daudio_util.h44 static const float kMaxRound = limits_int16::max() - 0.5f; in FloatS16ToS16() local
47 return v >= kMaxRound ? limits_int16::max() in FloatS16ToS16()