Home
last modified time | relevance | path

Searched refs:vreinterpret_u16_u32 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dtranspose_neon.h166 const uint16x4x2_t c0 = vtrn_u16(vreinterpret_u16_u32(b0.val[0]), in transpose_u8_4x8()
167 vreinterpret_u16_u32(b2.val[0])); in transpose_u8_4x8()
168 const uint16x4x2_t c1 = vtrn_u16(vreinterpret_u16_u32(b1.val[0]), in transpose_u8_4x8()
169 vreinterpret_u16_u32(b3.val[0])); in transpose_u8_4x8()
243 *o0 = vcombine_u16(vreinterpret_u16_u32(c0.val[0]), in transpose_u16_4x8()
244 vreinterpret_u16_u32(c2.val[0])); in transpose_u16_4x8()
245 *o1 = vcombine_u16(vreinterpret_u16_u32(c1.val[0]), in transpose_u16_4x8()
246 vreinterpret_u16_u32(c3.val[0])); in transpose_u16_4x8()
247 *o2 = vcombine_u16(vreinterpret_u16_u32(c0.val[1]), in transpose_u16_4x8()
248 vreinterpret_u16_u32(c2.val[1])); in transpose_u16_4x8()
[all …]
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimpleverticaledge_neon.c114 const uint16x4x2_t r02_u16 = vtrn_u16(vreinterpret_u16_u32(r04_u32.val[0]), in read_4x8()
115 vreinterpret_u16_u32(r26_u32.val[0])); in read_4x8()
116 const uint16x4x2_t r13_u16 = vtrn_u16(vreinterpret_u16_u32(r15_u32.val[0]), in read_4x8()
117 vreinterpret_u16_u32(r37_u32.val[0])); in read_4x8()
/external/libvpx/libvpx/vpx_dsp/arm/
Dtranspose_neon.h60 b0.val[0] = vcombine_u16(vreinterpret_u16_u32(vget_low_u32(a0)), in vpx_vtrnq_u64_to_u16()
61 vreinterpret_u16_u32(vget_low_u32(a1))); in vpx_vtrnq_u64_to_u16()
62 b0.val[1] = vcombine_u16(vreinterpret_u16_u32(vget_high_u32(a0)), in vpx_vtrnq_u64_to_u16()
63 vreinterpret_u16_u32(vget_high_u32(a1))); in vpx_vtrnq_u64_to_u16()
225 const uint16x4x2_t c0 = vtrn_u16(vreinterpret_u16_u32(b0.val[0]), in transpose_u8_4x8()
226 vreinterpret_u16_u32(b2.val[0])); in transpose_u8_4x8()
227 const uint16x4x2_t c1 = vtrn_u16(vreinterpret_u16_u32(b1.val[0]), in transpose_u8_4x8()
228 vreinterpret_u16_u32(b3.val[0])); in transpose_u8_4x8()
Dhighbd_intrapred_neon.c177 dc = vreinterpret_u16_u32(vrshr_n_u32(sum, 5)); in vpx_highbd_dc_predictor_16x16_neon()
254 dc = vreinterpret_u16_u32(vrshr_n_u32(sum, 6)); in vpx_highbd_dc_predictor_32x32_neon()
262 const uint16x4_t dc = vreinterpret_u16_u32(vrshr_n_u32(sum, 5)); in vpx_highbd_dc_left_predictor_32x32_neon()
272 const uint16x4_t dc = vreinterpret_u16_u32(vrshr_n_u32(sum, 5)); in vpx_highbd_dc_top_predictor_32x32_neon()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c19766 return vreinterpret_u16_u32(a); in test_vreinterpret_u16_u32()
Darm_neon_intrinsics.c14085 return vreinterpret_u16_u32(a); in test_vreinterpret_u16_u32()
/external/neon_2_sse/
DNEON_2_SSE.h16553 _NEON2SSESTORAGE uint16x4_t vreinterpret_u16_u32 (uint32x2_t t);
16554 #define vreinterpret_u16_u32 macro