Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c78 eob_d32 = vmax_u32(vget_low_u32(eob_q32), vget_high_u32(eob_q32)); in vp8_fast_quantize_b_neon()
/external/webp/src/dsp/
Dcost_neon.c41 vmax_u32(vget_low_u32(eob_32x4), vget_high_u32(eob_32x4)); in SetResidualCoeffs_NEON()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c96 uint32x2_t max32x2_r = vmax_u32(vget_low_u32(max_r), vget_high_u32(max_r)); in ComplexMulAndFindMaxNeon()
337 uint32x2_t max32x2_r = vmax_u32(vget_low_u32(max_r), vget_high_u32(max_r)); in TransformAndFindMaxNeon()
/external/webrtc/common_audio/signal_processing/
Dmin_max_operations_neon.c103 uint32x2_t max32x2 = vmax_u32(vget_low_u32(max32x4), vget_high_u32(max32x4)); in WebRtcSpl_MaxAbsValueW32Neon()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c3788 return vmax_u32(a, b); in test_vmax_u32()
Darm_neon_intrinsics.c6738 return vmax_u32(a, b); in test_vmax_u32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c4275 return vmax_u32(a, b); in test_vmax_u32()
Darm_neon_intrinsics.c8553 return vmax_u32(a, b); in test_vmax_u32()
/external/neon_2_sse/
DNEON_2_SSE.h867 _NEON2SSESTORAGE uint32x2_t vmax_u32(uint32x2_t a, uint32x2_t b); // VMAX.U32 d0,d0,d0
6122 _NEON2SSESTORAGE uint32x2_t vmax_u32(uint32x2_t a, uint32x2_t b); // VMAX.U32 d0,d0,d0
6123 _NEON2SSE_INLINE uint32x2_t vmax_u32(uint32x2_t a, uint32x2_t b) in vmax_u32() function