Searched refs:tmpvector (Results 1 – 1 of 1) sorted by relevance
40 G_CONST WebRtc_Word16 *tmpvector = vector; in WebRtcSpl_MaxAbsValueW16() local44 absVal = WEBRTC_SPL_ABS_W32((*tmpvector)); in WebRtcSpl_MaxAbsValueW16()49 tmpvector++; in WebRtcSpl_MaxAbsValueW16()64 G_CONST WebRtc_Word16 *tmpvector = vector; in WebRtcSpl_MaxAbsIndexW16() local66 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() local92 absVal = WEBRTC_SPL_ABS_W32((*tmpvector)); in WebRtcSpl_MaxAbsValueW32()[all …]