Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/include/
Daudio_util.h39 static const float kMinInt16Inverse = 1.f / limits_int16::min(); in S16ToFloat() local
40 return v * (v > 0 ? kMaxInt16Inverse : -kMinInt16Inverse); in S16ToFloat()
58 static const float kMinInt16Inverse = 1.f / limits_int16::min(); in FloatS16ToFloat() local
59 return v * (v > 0 ? kMaxInt16Inverse : -kMinInt16Inverse); in FloatS16ToFloat()