Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations.c38 WebRtc_Word16 totMax; in WebRtcSpl_MaxAbsValueW16() local
51 totMax = (WebRtc_Word16)WEBRTC_SPL_MIN(tempMax, WEBRTC_SPL_WORD16_MAX); in WebRtcSpl_MaxAbsValueW16()
52 return totMax; in WebRtcSpl_MaxAbsValueW16()