Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations.c61 WebRtc_Word16 absTemp; in WebRtcSpl_MaxAbsIndexW16() local
70 absTemp = WEBRTC_SPL_ABS_W16(*tmpvector); in WebRtcSpl_MaxAbsIndexW16()
72 if (absTemp > tempMax) in WebRtcSpl_MaxAbsIndexW16()
74 tempMax = absTemp; in WebRtcSpl_MaxAbsIndexW16()