Home
last modified time | relevance | path

Searched refs:vzip_s16 (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c280 wgt0 = vzip_s16(tmp_wgt0_u, tmp_wgt0_v); in ihevc_weighted_pred_chroma_uni_neonintr()
617 wgt0 = vzip_s16(tmp_wgt0_u, tmp_wgt0_v); in ihevc_weighted_pred_chroma_bi_neonintr()
620 wgt1 = vzip_s16(tmp_wgt1_u, tmp_wgt1_v); in ihevc_weighted_pred_chroma_bi_neonintr()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_vector_search_neon.cc92 const int16x4x2_t denominator = vzip_s16(*lookup, *lookup); in MvProjectionSingleClip()
/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h394 int16x4x2_t r = vzip_s16(vreinterpret_s16_s64(y), vreinterpret_s16_s64(x)); in v64_ziplo_16()
404 int16x4x2_t r = vzip_s16(vreinterpret_s16_s64(y), vreinterpret_s16_s64(x)); in v64_ziphi_16()
/external/clang/test/CodeGen/
Daarch64-neon-perm.c1402 return vzip_s16(a, b); in test_vzip_s16()
Darm_neon_intrinsics.c23679 return vzip_s16(a, b); in test_vzip_s16()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-perm.c1312 return vzip_s16(a, b); in test_vzip_s16()
Darm_neon_intrinsics.c20931 return vzip_s16(a, b); in test_vzip_s16()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h214 const int16x4x2_t input_dup2 = vzip_s16(input, input);
354 const int16x4_t input_dup2 = vzip_s16(input, input).val[0];
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h208 const int16x4x2_t input_dup2 = vzip_s16(input, input);
354 const int16x4_t input_dup2 = vzip_s16(input, input).val[0];
/external/pffft/
Dsse2neon.h5056 int16x4x2_t result = vzip_s16(a1, b1); in _mm_unpacklo_epi16()
5182 int16x4x2_t result = vzip_s16(a1, b1); in _mm_unpackhi_epi16()
/external/neon_2_sse/
DNEON_2_SSE.h2238 _NEON2SSESTORAGE int16x4x2_t vzip_s16(int16x4_t a, int16x4_t b); // VZIP.16 d0,d0
15797 _NEON2SSESTORAGE int16x4x2_t vzip_s16(int16x4_t a, int16x4_t b); // VZIP.16 d0,d0
15798 _NEON2SSE_INLINE int16x4x2_t vzip_s16(int16x4_t a, int16x4_t b) // VZIP.16 d0,d0 in vzip_s16() function
15814 #define vzip_u16 vzip_s16