Home
last modified time | relevance | path

Searched refs:vreinterpretq_u8_u16 (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dmbloopfilter_neon.c362 q2tmp8 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[0]), in vp8_mbloop_filter_vertical_edge_y_neon()
363 vreinterpretq_u8_u16(q2tmp5.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
364 q2tmp9 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[1]), in vp8_mbloop_filter_vertical_edge_y_neon()
365 vreinterpretq_u8_u16(q2tmp5.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
366 q2tmp10 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp6.val[0]), in vp8_mbloop_filter_vertical_edge_y_neon()
367 vreinterpretq_u8_u16(q2tmp7.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
368 q2tmp11 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp6.val[1]), in vp8_mbloop_filter_vertical_edge_y_neon()
369 vreinterpretq_u8_u16(q2tmp7.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
397 q2tmp8 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[0]), in vp8_mbloop_filter_vertical_edge_y_neon()
398 vreinterpretq_u8_u16(q2tmp5.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
[all …]
Dvp8_loopfilter_neon.c391 q2tmp8 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[0]), in vp8_loop_filter_vertical_edge_y_neon()
392 vreinterpretq_u8_u16(q2tmp5.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
393 q2tmp9 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[1]), in vp8_loop_filter_vertical_edge_y_neon()
394 vreinterpretq_u8_u16(q2tmp5.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
395 q2tmp10 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp6.val[0]), in vp8_loop_filter_vertical_edge_y_neon()
396 vreinterpretq_u8_u16(q2tmp7.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
397 q2tmp11 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp6.val[1]), in vp8_loop_filter_vertical_edge_y_neon()
398 vreinterpretq_u8_u16(q2tmp7.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
504 q2tmp8 = vtrnq_u8(vreinterpretq_u8_u16(q2tmp4.val[0]), in vp8_loop_filter_vertical_edge_uv_neon()
505 vreinterpretq_u8_u16(q2tmp5.val[0])); in vp8_loop_filter_vertical_edge_uv_neon()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dcdef_neon.cc541 vmaxq_u8(vreinterpretq_u8_u16(primary_val[0]), in CdefFilter_NEON()
542 vreinterpretq_u8_u16(primary_val[1])); in CdefFilter_NEON()
544 vmaxq_u8(vreinterpretq_u8_u16(primary_val[2]), in CdefFilter_NEON()
545 vreinterpretq_u8_u16(primary_val[3])); in CdefFilter_NEON()
592 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[0]), in CdefFilter_NEON()
593 vreinterpretq_u8_u16(secondary_val[1])); in CdefFilter_NEON()
595 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[2]), in CdefFilter_NEON()
596 vreinterpretq_u8_u16(secondary_val[3])); in CdefFilter_NEON()
598 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[4]), in CdefFilter_NEON()
599 vreinterpretq_u8_u16(secondary_val[5])); in CdefFilter_NEON()
[all …]
Dloop_filter_neon.cc1005 const uint8x8_t p0q0 = vget_low_u8(vreinterpretq_u8_u16(in02.val[0])); in Vertical14_NEON()
1006 const uint8x8_t p1q1 = vget_low_u8(vreinterpretq_u8_u16(in13.val[0])); in Vertical14_NEON()
1008 const uint8x8_t p2q2 = vget_low_u8(vreinterpretq_u8_u16(in02.val[1])); in Vertical14_NEON()
1009 const uint8x8_t p3q3 = vget_low_u8(vreinterpretq_u8_u16(in13.val[1])); in Vertical14_NEON()
1011 const uint8x8_t p4q4 = vget_high_u8(vreinterpretq_u8_u16(in02.val[0])); in Vertical14_NEON()
1012 const uint8x8_t p5q5 = vget_high_u8(vreinterpretq_u8_u16(in13.val[0])); in Vertical14_NEON()
1014 const uint8x8_t p6q6 = vget_high_u8(vreinterpretq_u8_u16(in02.val[1])); in Vertical14_NEON()
1015 const uint8x8_t p7q7 = vget_high_u8(vreinterpretq_u8_u16(in13.val[1])); in Vertical14_NEON()
1111 const uint8x16x2_t out01 = vtrnq_u8(vreinterpretq_u8_u16(out02.val[0]), in Vertical14_NEON()
1112 vreinterpretq_u8_u16(out13.val[0])); in Vertical14_NEON()
[all …]
/external/libjpeg-turbo/simd/arm/
Djidctfst-neon.c449 uint8x16_t rows_04 = vreinterpretq_u8_u16(rows_0426.val[0]); in jsimd_idct_ifast_neon()
450 uint8x16_t rows_15 = vreinterpretq_u8_u16(rows_1537.val[0]); in jsimd_idct_ifast_neon()
451 uint8x16_t rows_26 = vreinterpretq_u8_u16(rows_0426.val[1]); in jsimd_idct_ifast_neon()
452 uint8x16_t rows_37 = vreinterpretq_u8_u16(rows_1537.val[1]); in jsimd_idct_ifast_neon()
/external/libhevc/encoder/arm/
Dihevce_copy_neon.c111 dst_0 = vbslq_u8(vreinterpretq_u8_u16(select), src_0, dst_0); in ihevce_chroma_interleave_2d_copy_neon()
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dreinterpret.c1589 return vreinterpretq_u8_u16(a); in test_vreinterpretq_u8_u16()
/external/gemmlowp/internal/
Dpack_neon.h215 sums_of_2[cell][i] = vpaddlq_u8(vreinterpretq_u8_u16( in Pack()
/external/webp/src/dsp/
Ddec_neon.c103 *p1 = vreinterpretq_u8_u16(row02.val[0]); in Load4x16_NEON()
104 *p0 = vreinterpretq_u8_u16(row13.val[0]); in Load4x16_NEON()
105 *q0 = vreinterpretq_u8_u16(row02.val[1]); in Load4x16_NEON()
106 *q1 = vreinterpretq_u8_u16(row13.val[1]); in Load4x16_NEON()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c16744 return vreinterpretq_u8_u16(a); in test_vreinterpretq_u8_u16()
Darm_neon_intrinsics.c12613 return vreinterpretq_u8_u16(a); in test_vreinterpretq_u8_u16()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c14911 return vreinterpretq_u8_u16(a); in test_vreinterpretq_u8_u16()
Daarch64-neon-intrinsics.c20924 return vreinterpretq_u8_u16(a); in test_vreinterpretq_u8_u16()
/external/neon_2_sse/
DNEON_2_SSE.h16525 _NEON2SSESTORAGE uint8x16_t vreinterpretq_u8_u16 (uint16x8_t t);
16526 #define vreinterpretq_u8_u16 macro