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