Home
last modified time | relevance | path

Searched refs:vreinterpret_s8_u8 (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/aom_dsp/arm/
Dloopfilter_neon.c180 pq_s0 = veor_s8(vreinterpret_s8_u8(*p0q0), sign_mask); in lpf_14_neon()
181 pq_s1 = veor_s8(vreinterpret_s8_u8(*p1q1), sign_mask); in lpf_14_neon()
193 hev_8x8 = vreinterpret_s8_u8(vorr_u8(temp0_8x8, temp1_8x8)); in lpf_14_neon()
204 filter_s8 = vand_s8(filter_s8, vreinterpret_s8_u8(mask_8x8)); in lpf_14_neon()
361 pq_s0 = veor_s8(vreinterpret_s8_u8(*p0q0), sign_mask); in lpf_8_neon()
362 pq_s1 = veor_s8(vreinterpret_s8_u8(*p1q1), sign_mask); in lpf_8_neon()
374 hev_8x8 = vreinterpret_s8_u8(vorr_u8(temp0_8x8, temp1_8x8)); in lpf_8_neon()
385 filter_s8 = vand_s8(filter_s8, vreinterpret_s8_u8(mask_8x8)); in lpf_8_neon()
476 pq_s0 = veor_s8(vreinterpret_s8_u8(*p0q0), sign_mask); in lpf_6_neon()
477 pq_s1 = veor_s8(vreinterpret_s8_u8(*p1q1), sign_mask); in lpf_6_neon()
[all …]
Dblend_a64_mask_neon.c181 mask0 = vmovl_s8(vreinterpret_s8_u8(s0)); in aom_lowbd_blend_a64_d16_mask_neon()
182 mask1 = vmovl_s8(vreinterpret_s8_u8(s1)); in aom_lowbd_blend_a64_d16_mask_neon()
183 mask2 = vmovl_s8(vreinterpret_s8_u8(s2)); in aom_lowbd_blend_a64_d16_mask_neon()
184 mask3 = vmovl_s8(vreinterpret_s8_u8(s3)); in aom_lowbd_blend_a64_d16_mask_neon()
/external/gemmlowp/internal/
Dpack_neon.h296 const int8x8_t lo = vreinterpret_s8_u8(vget_low_u8(src_lines[i])); in Pack()
297 const int8x8_t hi = vreinterpret_s8_u8(vget_high_u8(src_lines[i])); in Pack()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc92 vreinterpret_u8_s8(vneg_s8(vreinterpret_s8_u8(weights_x_v))); in Smooth4Or8xN_NEON()
346 vreinterpret_u8_s8(vneg_s8(vreinterpret_s8_u8(weights_x))); in SmoothHorizontal4Or8xN_NEON()
Dcommon_neon.h324 return vtbl2_s8(b, vreinterpret_s8_u8(index)); in VQTbl1S8()
Dloop_filter_neon.cc94 vand_s8(vreinterpret_s8_u8(hev_mask), p1mq1_saturated); in Filter4()
Dintrapred_directional_neon.cc498 vcge_s8(vreinterpret_s8_u8(all), vdup_n_s8((zone_bounds >> 6))); in DirectionalZone1Blend_WxH()
/external/webp/src/dsp/
Dlossless_neon.c169 const int8x8_t diff_avg = vreinterpret_s8_u8(vhsub_u8(avg, C2_1)); in ClampedAddSubtractHalf_NEON()
456 vreinterpret_s8_u8(LOW_OR_HI(vhsubq_u8(avg, TL_1))); \
/external/ruy/ruy/
Dpack_arm.cc2308 return vreinterpret_s8_u8(veor_u8(vdup_n_u8(input_xor), vld1_u8(from))); in Pack8bitRowMajorForNeon()
/external/pffft/
Dsse2neon.h2718 int8x8_t zeroMask = vreinterpret_s8_u8(vceqz_s8(b)); in _mm_sign_pi8()
2720 int8x8_t zeroMask = vreinterpret_s8_u8(vceq_s8(b, vdup_n_s8(0))); in _mm_sign_pi8()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h38 return vreinterpret_s8_u8(vld1_u8(data_addr)); in util_vld1_x8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c15126 return vreinterpret_s8_u8(a); in test_vreinterpret_s8_u8()
Darm_neon_intrinsics.c11396 return vreinterpret_s8_u8(a); in test_vreinterpret_s8_u8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c13694 return vreinterpret_s8_u8(a); in test_vreinterpret_s8_u8()
Daarch64-neon-intrinsics.c19306 return vreinterpret_s8_u8(a); in test_vreinterpret_s8_u8()
/external/neon_2_sse/
DNEON_2_SSE.h16317 _NEON2SSESTORAGE int8x8_t vreinterpret_s8_u8 (uint8x8_t t);
16318 #define vreinterpret_s8_u8 macro