Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations_neon.c22 WebRtc_Word16 tot_max; in WebRtcSpl_MaxAbsValueW16() local
43 tot_max = (WebRtc_Word16)WEBRTC_SPL_MIN(temp_max, WEBRTC_SPL_WORD16_MAX); in WebRtcSpl_MaxAbsValueW16()
44 return tot_max; in WebRtcSpl_MaxAbsValueW16()