Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations_neon.c20 WebRtc_Word32 temp_max = 0; in WebRtcSpl_MaxAbsValueW16() local
35 __asm__("vmov.s16 %0, d25[0]" : "=r"(temp_max): : "d25"); in WebRtcSpl_MaxAbsValueW16()
39 if (abs_val > temp_max) { in WebRtcSpl_MaxAbsValueW16()
40 temp_max = abs_val; in WebRtcSpl_MaxAbsValueW16()
43 tot_max = (WebRtc_Word16)WEBRTC_SPL_MIN(temp_max, WEBRTC_SPL_WORD16_MAX); in WebRtcSpl_MaxAbsValueW16()