Searched refs:max32x4_1 (Results 1 – 1 of 1) sorted by relevance
83 uint32x4_t max32x4_1 = vdupq_n_u32(0); in WebRtcSpl_MaxAbsValueW32Neon() local96 max32x4_1 = vmaxq_u32(max32x4_1, vreinterpretq_u32_s32(in32x4_1)); in WebRtcSpl_MaxAbsValueW32Neon()99 uint32x4_t max32x4 = vmaxq_u32(max32x4_0, max32x4_1); in WebRtcSpl_MaxAbsValueW32Neon()173 int32x4_t max32x4_1 = vdupq_n_s32(WEBRTC_SPL_WORD32_MIN); in WebRtcSpl_MaxValueW32Neon() local182 max32x4_1 = vmaxq_s32(max32x4_1, in32x4_1); in WebRtcSpl_MaxValueW32Neon()185 int32x4_t max32x4 = vmaxq_s32(max32x4_0, max32x4_1); in WebRtcSpl_MaxValueW32Neon()