Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations.c40 G_CONST WebRtc_Word16 *tmpvector = vector; in WebRtcSpl_MaxAbsValueW16() local
44 absVal = WEBRTC_SPL_ABS_W32((*tmpvector)); in WebRtcSpl_MaxAbsValueW16()
49 tmpvector++; in WebRtcSpl_MaxAbsValueW16()
64 G_CONST WebRtc_Word16 *tmpvector = vector; in WebRtcSpl_MaxAbsIndexW16() local
66 tempMax = WEBRTC_SPL_ABS_W16(*tmpvector); in WebRtcSpl_MaxAbsIndexW16()
67 tmpvector++; in WebRtcSpl_MaxAbsIndexW16()
70 absTemp = WEBRTC_SPL_ABS_W16(*tmpvector); in WebRtcSpl_MaxAbsIndexW16()
71 tmpvector++; in WebRtcSpl_MaxAbsIndexW16()
88 G_CONST WebRtc_Word32 *tmpvector = vector; in WebRtcSpl_MaxAbsValueW32() local
92 absVal = WEBRTC_SPL_ABS_W32((*tmpvector)); in WebRtcSpl_MaxAbsValueW32()
[all …]