Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c11 return vcombine_s8(low, high); in test_vcombine_s8()
Darm_neon_intrinsics.c2241 return vcombine_s8(a, b); in test_vcombine_s8()
/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c212 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
406 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimplehorizontaledge_neon.c70 q4s8 = vcombine_s8(d8s8, d9s8); in vp8_loop_filter_simple_horizontal_edge_neon()
Dmbloopfilter_neon.c99 q1s8 = vcombine_s8(d2, d3); in vp8_mbloop_filter_neon()
132 q0s8 = vcombine_s8(d0, d1); in vp8_mbloop_filter_neon()
133 q12s8 = vcombine_s8(d24, d25); in vp8_mbloop_filter_neon()
134 q14s8 = vcombine_s8(d28, d29); in vp8_mbloop_filter_neon()
Dloopfiltersimpleverticaledge_neon.c235 q14s8 = vcombine_s8(d28s8, d29s8); in vp8_loop_filter_simple_vertical_edge_neon()
Dvp8_loopfilter_neon.c99 q1s8 = vcombine_s8(d2s8, d3s8); in vp8_loop_filter_neon()
/external/webp/src/dsp/
Ddec_neon.c789 const int8x16_t a1 = vcombine_s8(a1_lo, a1_hi); in ApplyFilter6_NEON()
790 const int8x16_t a2 = vcombine_s8(a2_lo, a2_hi); in ApplyFilter6_NEON()
791 const int8x16_t a3 = vcombine_s8(a3_lo, a3_hi); in ApplyFilter6_NEON()
/external/neon_2_sse/
DNEON_2_SSE.h1732 _NEON2SSESTORAGE int8x16_t vcombine_s8(int8x8_t low, int8x8_t high); // VMOV d0,d0
12511 _NEON2SSESTORAGE int8x16_t vcombine_s8(int8x8_t low, int8x8_t high); // VMOV d0,d0
12512 _NEON2SSE_INLINE int8x16_t vcombine_s8(int8x8_t low, int8x8_t high) in vcombine_s8() function
12518 #define vcombine_s16 vcombine_s8
12521 #define vcombine_s32 vcombine_s8
12524 #define vcombine_s64 vcombine_s8
12538 #define vcombine_u8 vcombine_s8