Searched refs:WEBRTC_INT16_MAX (Results 1 – 3 of 3) sorted by relevance
50 #define WEBRTC_INT16_MAX 32767 macro
54 if (amp > WEBRTC_INT16_MAX) in saturate()55 return WEBRTC_INT16_MAX; in saturate()