Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter_neon.cc25 static int HorizontalAddS32x4(const int32x4_t v_32x4) { in HorizontalAddS32x4() argument
26 const int64x2_t b = vpaddlq_s32(v_32x4); in HorizontalAddS32x4()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvariance_neon.c27 static INLINE int horizontal_add_s32x4(const int32x4_t v_32x4) { in horizontal_add_s32x4() argument
28 const int64x2_t b = vpaddlq_s32(v_32x4); in horizontal_add_s32x4()