/external/rust/crates/libz-sys/src/zlib-ng/arch/arm/ |
D | adler32_neon.c | 34 adler = vpaddlq_u8( d0); in NEON_accum32() 50 adler = vpaddlq_u8(d0); in NEON_accum32()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | intrapred_neon.c | 170 const uint16x8_t p0 = vpaddlq_u8(A); // cascading summation of the top in dc_16x16() 179 const uint16x8_t p0 = vpaddlq_u8(L); // cascading summation of the left in dc_16x16() 247 const uint16x8_t p0 = vpaddlq_u8(A0); // cascading summation of the top in dc_32x32() 248 const uint16x8_t p1 = vpaddlq_u8(A1); in dc_32x32() 259 const uint16x8_t p0 = vpaddlq_u8(L0); // cascading summation of the left in dc_32x32() 260 const uint16x8_t p1 = vpaddlq_u8(L1); in dc_32x32()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_neon.cc | 123 const uint16x8_t sum_0 = vpaddlq_u8(val_0); in Add() 124 const uint16x8_t sum_1 = vpaddlq_u8(val_1); in Add() 175 return Sum(vaddw_u8(vpaddlq_u8(val_1), val)); in DcSum_NEON() 196 return Sum(vaddw_u8(vpaddlq_u8(val_1), val_0)); in DcSum_NEON() 208 return Sum(vaddw_u8(vpaddlq_u8(val_0), val_1)); in DcSum_NEON() 211 return Sum(vaddw_u8(vpaddlq_u8(val_0), val_1)); in DcSum_NEON() 216 const uint16x8_t sum_0 = vpaddlq_u8(val_0); in DcSum_NEON() 220 const uint16x8_t sum_0 = vpaddlq_u8(val_0); in DcSum_NEON() 226 return Sum(vpaddlq_u8(val_0)); in DcSum_NEON() 235 const uint16x8_t sum_1 = vpaddlq_u8(val_1); in DcSum_NEON() [all …]
|
D | mask_blend_neon.cc | 56 vpaddlq_u8(vreinterpretq_u8_s16(vcombine_s16(mask_val0, mask_val1)))); in GetMask4x2() 69 int16x8_t mask_val = vreinterpretq_s16_u16(vpaddlq_u8(vld1q_u8(mask))); in GetMask8() 72 vreinterpretq_s16_u16(vpaddlq_u8(vld1q_u8(mask + mask_stride))); in GetMask8()
|
D | intrapred_cfl_neon.cc | 113 const uint16x8_t sum_row = vpadalq_u8(vpaddlq_u8(row0), row1); in CflSubsampler420_NEON() 151 const uint16x8_t sum_row = vpadalq_u8(vpaddlq_u8(row0), row1); in CflSubsampler420_NEON()
|
D | film_grain_neon.cc | 179 return vrshrq_n_u16(vpaddlq_u8(src), 1); in GetAverageLuma()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 96 const uint16x8_t p0 = vpaddlq_u8(above_and_left); in vpx_dc_predictor_8x8_neon() 134 const uint16x8_t p0 = vpaddlq_u8(ref_u8); in dc_sum_16() 153 const uint16x8_t p0 = vpaddlq_u8(ref0); in vpx_dc_predictor_16x16_neon() 154 const uint16x8_t p1 = vpaddlq_u8(ref1); in vpx_dc_predictor_16x16_neon() 196 const uint16x8_t p0 = vpaddlq_u8(r.val[0]); in dc_sum_32() 197 const uint16x8_t p1 = vpaddlq_u8(r.val[1]); in dc_sum_32() 219 const uint16x8_t pa0 = vpaddlq_u8(a.val[0]); in vpx_dc_predictor_32x32_neon() 220 const uint16x8_t pl0 = vpaddlq_u8(l.val[0]); in vpx_dc_predictor_32x32_neon() 221 const uint16x8_t pa1 = vpaddlq_u8(a.val[1]); in vpx_dc_predictor_32x32_neon() 222 const uint16x8_t pl1 = vpaddlq_u8(l.val[1]); in vpx_dc_predictor_32x32_neon()
|
/external/webp/src/dsp/ |
D | yuv_neon.c | 139 const uint16x8_t R = vpaddlq_u8(RGB.val[2]); // pair-wise adds in ConvertARGBToUV_NEON() 140 const uint16x8_t G = vpaddlq_u8(RGB.val[1]); in ConvertARGBToUV_NEON() 141 const uint16x8_t B = vpaddlq_u8(RGB.val[0]); in ConvertARGBToUV_NEON()
|
D | lossless_neon.c | 384 const uint16x8_t sum_LTL = vpaddlq_u8(pLTL); \ 400 const uint16x8_t sum_TTL = vpaddlq_u8(pTTL); in PredictorAdd11_NEON()
|
D | dec_neon.c | 1518 const uint16x8_t p0 = vpaddlq_u8(A); // cascading summation of the top in DC16_NEON()
|
/external/zlib/ |
D | adler32_simd.c | 270 v_s1 = vpadalq_u16(v_s1, vpadalq_u8(vpaddlq_u8(bytes1), bytes2)); in adler32_simd_()
|
/external/angle/third_party/zlib/ |
D | adler32_simd.c | 270 v_s1 = vpadalq_u16(v_s1, vpadalq_u8(vpaddlq_u8(bytes1), bytes2)); in adler32_simd_()
|
/external/libaom/libaom/av1/common/arm/ |
D | cfl_neon.c | 58 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_420_lbd_neon() 94 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_422_lbd_neon()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 123 uint64x2_t t = vpaddlq_u32(vpaddlq_u16(vpaddlq_u8(vreinterpretq_u8_s64(x)))); in v128_hadd_u8() 134 return vreinterpretq_s64_u16(vpaddlq_u8(vreinterpretq_u8_s64(a))); in v128_padd_u8() 377 uint64x2_t m = vpaddlq_u32(vpaddlq_u16(vpaddlq_u8( in v128_movemask_8()
|
/external/gemmlowp/internal/ |
D | pack_neon.h | 215 sums_of_2[cell][i] = vpaddlq_u8(vreinterpretq_u8_u16( in Pack()
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-misc.c | 986 return vpaddlq_u8(a); in test_vpaddlq_u8()
|
D | arm_neon_intrinsics.c | 9451 return vpaddlq_u8(a); in test_vpaddlq_u8()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-misc.c | 1052 return vpaddlq_u8(a); in test_vpaddlq_u8()
|
D | arm_neon_intrinsics.c | 11383 return vpaddlq_u8(a); in test_vpaddlq_u8()
|
/external/pffft/ |
D | sse2neon.h | 3178 uint16x8_t t = vpaddlq_u8(vabdq_u8((uint8x16_t) a, (uint8x16_t) b)); in _mm_sad_epu8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 916 _NEON2SSESTORAGE uint16x8_t vpaddlq_u8(uint8x16_t a); // VPADDL.U8 q0,q0 6453 _NEON2SSESTORAGE uint16x8_t vpaddlq_u8(uint8x16_t a); // VPADDL.U8 q0,q0 6454 _NEON2SSE_INLINE uint16x8_t vpaddlq_u8(uint8x16_t a) // VPADDL.U8 q0,q0 in vpaddlq_u8() function 6568 pad = vpaddlq_u8(b); in vpadalq_u8()
|