Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c86 max_r = vmaxq_u32(max_r, vreinterpretq_u32_s32(tmp0)); in ComplexMulAndFindMaxNeon()
87 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp2)); in ComplexMulAndFindMaxNeon()
88 max_r = vmaxq_u32(max_r, vreinterpretq_u32_s32(tmp1)); in ComplexMulAndFindMaxNeon()
89 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp3)); in ComplexMulAndFindMaxNeon()
92 max_r = vmaxq_u32(max_r, max_i); in ComplexMulAndFindMaxNeon()
312 max_r = vmaxq_u32(max_r, vreinterpretq_u32_s32(tmp0)); in TransformAndFindMaxNeon()
313 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp2)); in TransformAndFindMaxNeon()
314 max_r = vmaxq_u32(max_r, vreinterpretq_u32_s32(tmp1)); in TransformAndFindMaxNeon()
315 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp3)); in TransformAndFindMaxNeon()
333 max_r = vmaxq_u32(max_r, max_i); in TransformAndFindMaxNeon()
/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations_neon.c95 max32x4_0 = vmaxq_u32(max32x4_0, vreinterpretq_u32_s32(in32x4_0)); in WebRtcSpl_MaxAbsValueW32Neon()
96 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()
/external/psimd/include/
Dpsimd.h847 return (psimd_u32) vmaxq_u32((uint32x4_t) a, (uint32x4_t) b); in psimd_max_u32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c4344 return vmaxq_u32(a, b); in test_vmaxq_u32()
Darm_neon_intrinsics.c8632 return vmaxq_u32(a, b); in test_vmaxq_u32()
/external/neon_2_sse/
DNEON_2_SSE.h874 _NEON2SSESTORAGE uint32x4_t vmaxq_u32(uint32x4_t a, uint32x4_t b); // VMAX.U32 q0,q0,q0
6156 _NEON2SSESTORAGE uint32x4_t vmaxq_u32(uint32x4_t a, uint32x4_t b); // VMAX.U32 q0,q0,q0
6157 #define vmaxq_u32 _MM_MAX_EPU32 //SSE4.1 macro