/external/libhevc/encoder/arm/ |
D | ihevce_ssd_and_sad_calculator_neon.c | 82 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()
|
D | ihevce_sad_compute_neon.c | 69 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()
|
D | ihevce_coarse_layer_sad_neon.c | 239 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()
|
D | ihevce_ssd_calculator_neon.c | 286 sum = vadd_u32(vget_low_u32(ssd), vget_high_u32(ssd)); in ihevce_ssd_calculator_plane_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sum_neon.h | 29 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()
|
D | sad4d_neon.c | 108 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()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | sad_neon.c | 43 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()
|
D | sse_neon.c | 33 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()
|
D | sum_neon.h | 35 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(c)), in horizontal_add_u16x8()
|
D | sad4d_neon.c | 27 const uint32x2_t c = vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_long_add_16x8()
|
D | intrapred_neon.c | 549 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/ |
D | quant.h | 26 return vadd_u32(vreinterpret_u32_u64(vget_low_u64(b)), in horizontal_add_uint32x4()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_neon.c | 39 tmp_v = vadd_u32(vget_low_u32(v), vget_high_u32(v)); in AddLanes()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v64_intrinsics_arm.h | 238 vadd_u32(vreinterpret_u32_s64(x), vreinterpret_u32_s64(y))); in v64_add_32()
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 103 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/ |
D | intrapred_neon.cc | 109 return vadd_u32(vget_low_u32(vreinterpretq_u32_u64(sum_1)), in Sum()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 452 _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/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 63 return vadd_u32(v1, v2); in test_vadd_u32()
|
D | arm_neon_intrinsics.c | 603 return vadd_u32(a, b); in test_vadd_u32()
|