Home
last modified time | relevance | path

Searched refs:vadd_u32 (Results 1 – 21 of 21) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_ssd_and_sad_calculator_neon.c82 vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), vreinterpret_u32_u64(vget_high_u64(c))); in ihevce_ssd_and_sad_calculator_neon()
87 ssd = vadd_u32(vget_low_u32(b), vget_high_u32(b)); in ihevce_ssd_and_sad_calculator_neon()
116 sad = vadd_u32( in ihevce_ssd_and_sad_calculator_neon()
119 ssd = vadd_u32(vget_low_u32(sqabs_sum), vget_high_u32(sqabs_sum)); in ihevce_ssd_and_sad_calculator_neon()
161 sad = vadd_u32( in ihevce_ssd_and_sad_calculator_neon()
166 ssd = vadd_u32(vget_low_u32(sqabs_sum_l), vget_high_u32(sqabs_sum_l)); in ihevce_ssd_and_sad_calculator_neon()
220 sad = vadd_u32( in ihevce_ssd_and_sad_calculator_neon()
225 ssd = vadd_u32(vget_low_u32(sqabs_sum_l), vget_high_u32(sqabs_sum_l)); in ihevce_ssd_and_sad_calculator_neon()
307 sad = vadd_u32( in ihevce_ssd_and_sad_calculator_neon()
312 ssd = vadd_u32(vget_low_u32(sqabs_sum_l), vget_high_u32(sqabs_sum_l)); in ihevce_ssd_and_sad_calculator_neon()
Dihevce_sad_compute_neon.c69 vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), vreinterpret_u32_u64(vget_high_u64(c))), 0); in ihevce_4x4_sad_computer_neon()
94 sad = vadd_u32( in ihevce_8xn_sad_computer_neon()
124 sad = vadd_u32( in ihevce_16xn_sad_computer_neon()
158 sad = vadd_u32( in ihevce_32xn_sad_computer_neon()
200 sad = vadd_u32( in ihevce_64xn_sad_computer_neon()
Dihevce_coarse_layer_sad_neon.c239 vadd_u32( in hme_store_4x4_sads_high_speed_neon()
406 vadd_u32( in hme_store_4x4_sads_high_quality_neon()
417 vadd_u32( in hme_store_4x4_sads_high_quality_neon()
Dihevce_ssd_calculator_neon.c286 sum = vadd_u32(vget_low_u32(ssd), vget_high_u32(ssd)); in ihevce_ssd_calculator_plane_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad4d_neon.c108 const uint32x2_t b0 = vadd_u32(vget_low_u32(a0), vget_high_u32(a0)); in sad_2048_pel_final_neon()
109 const uint32x2_t b1 = vadd_u32(vget_low_u32(a1), vget_high_u32(a1)); in sad_2048_pel_final_neon()
110 const uint32x2_t b2 = vadd_u32(vget_low_u32(a2), vget_high_u32(a2)); in sad_2048_pel_final_neon()
111 const uint32x2_t b3 = vadd_u32(vget_low_u32(a3), vget_high_u32(a3)); in sad_2048_pel_final_neon()
132 const uint32x2_t c0 = vadd_u32(vget_low_u32(b0), vget_high_u32(b0)); in sad_4096_pel_final_neon()
133 const uint32x2_t c1 = vadd_u32(vget_low_u32(b1), vget_high_u32(b1)); in sad_4096_pel_final_neon()
134 const uint32x2_t c2 = vadd_u32(vget_low_u32(b2), vget_high_u32(b2)); in sad_4096_pel_final_neon()
135 const uint32x2_t c3 = vadd_u32(vget_low_u32(b3), vget_high_u32(b3)); in sad_4096_pel_final_neon()
Dsum_neon.h29 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), in horizontal_add_uint16x8()
35 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_add_uint32x4()
/external/libaom/libaom/aom_dsp/arm/
Dsad_neon.c43 d5 = vadd_u32(vreinterpret_u32_u64(vget_low_u64(q3)), in aom_sad8x16_neon()
105 d5 = vadd_u32(vreinterpret_u32_u64(vget_low_u64(q3)), in aom_sad16x8_neon()
119 const uint32x2_t c = vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_long_add_16x8()
126 const uint32x2_t c = vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_add_16x8()
Dsse_neon.c33 uint32x2_t d4 = vadd_u32(vget_low_u32(q8), vget_high_u32(q8)); in sse_W16x1_neon()
34 uint32x2_t d5 = vadd_u32(vget_low_u32(q9), vget_high_u32(q9)); in sse_W16x1_neon()
36 uint32x2_t d6 = vadd_u32(d4, d5); in sse_W16x1_neon()
238 uint32x2_t d4 = vadd_u32(vget_low_u32(q6), vget_high_u32(q6)); in highbd_sse_W8x1_neon()
239 uint32x2_t d5 = vadd_u32(vget_low_u32(q7), vget_high_u32(q7)); in highbd_sse_W8x1_neon()
241 uint32x2_t d6 = vadd_u32(d4, d5); in highbd_sse_W8x1_neon()
Dsum_neon.h35 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), in horizontal_add_u16x8()
Dsad4d_neon.c27 const uint32x2_t c = vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_long_add_16x8()
Dintrapred_neon.c549 sum_d = vadd_u32(vget_low_u32(sum_q), vget_high_u32(sum_q)); in highbd_dc_predictor()
563 sum_d = vadd_u32(vget_low_u32(sum_q), vget_high_u32(sum_q)); in highbd_dc_predictor()
/external/webp/src/dsp/
Dquant.h26 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_add_uint32x4()
/external/webrtc/modules/audio_processing/aecm/
Daecm_core_neon.cc29 tmp_v = vadd_u32(vget_low_u32(v), vget_high_u32(v)); in AddLanes()
/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h238 vadd_u32(vreinterpret_u32_s64(x), vreinterpret_u32_s64(y))); in v64_add_32()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c103 sad = vget_lane_u32(vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), in ihevc_resi_trans_4x4_neon()
250 sad = vget_lane_u32(vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), in ihevc_resi_trans_4x4_ttype1_neon()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_neon.cc110 return vadd_u32(vget_low_u32(vreinterpretq_u32_u64(sum_1)), in Sum()
/external/neon_2_sse/
DNEON_2_SSE.h452 _NEON2SSESTORAGE uint32x2_t vadd_u32(uint32x2_t a, uint32x2_t b); // VADD.I32 d0,d0,d0
2834 _NEON2SSESTORAGE uint32x2_t vadd_u32(uint32x2_t a, uint32x2_t b); // VADD.I32 d0,d0,d0
2835 #define vadd_u32 vadd_s32 macro
7997 return vadd_u32( a, shift);
8130 return vadd_u32( a, shift);
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c64 return vadd_u32(v1, v2); in test_vadd_u32()
Darm_neon_intrinsics.c507 return vadd_u32(a, b); in test_vadd_u32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c63 return vadd_u32(v1, v2); in test_vadd_u32()
Darm_neon_intrinsics.c603 return vadd_u32(a, b); in test_vadd_u32()