Home
last modified time | relevance | path

Searched refs:vld1_s32 (Results 1 – 13 of 13) sorted by relevance

/external/libopus/silk/arm/
Dbiquad_alt_neon_intr.c85 A_Q28_s32x2 = vld1_s32( A_Q28 ); in silk_biquad_alt_stride2_neon()
93 B_Q28_s32x2 = vld1_s32( B_Q28 ); in silk_biquad_alt_stride2_neon()
94 t_s32x2 = vld1_s32( B_Q28 + 1 ); in silk_biquad_alt_stride2_neon()
DNSQ_del_dec_neon_intr.c659 AR_shp_Q28_s32x2 = vld1_s32( AR_shp_Q28 ); in silk_noise_shape_quantizer_del_dec_neon()
673 AR_shp_Q28_s32x2 = vld1_s32( &AR_shp_Q28[ j ] ); in silk_noise_shape_quantizer_del_dec_neon()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding_neon.c81 vshl_s32(vld1_s32(&matrix1[matrix1_index]), shift32x2); in WebRtcIsacfix_MatrixProduct1Neon()
158 vshl_s32(vld1_s32(&matrix1[matrix1_index]), shift32x2); in WebRtcIsacfix_MatrixProduct1Neon()
208 int32x2_t matrix1_32x2 = vld1_s32(&matrix1[matrix1_index]); in WebRtcIsacfix_MatrixProduct2Neon()
Dlattice_neon.c146 ptr0v_tail = vld1_s32(ptr0); in WebRtcIsacfix_FilterMaLoopNeon()
147 ptr2v_tail = vld1_s32(ptr2); in WebRtcIsacfix_FilterMaLoopNeon()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_vector_search_neon.cc50 const int32x2_t offset = vld1_s32(reference_offsets); in MvProjectionCompound()
68 const int32x2_t temporal_mv = vld1_s32(tmvs); in MvProjectionCompoundClip()
/external/gemmlowp/internal/
Dpack_neon.h311 int32x2_t sum = vld1_s32(sums_ptr); in Pack()
372 int32x2_t sum = vld1_s32(sums_ptr); in Pack()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h448 int32x2_t acc = vld1_s32(acc_buffer_ptr);
510 int32x2_t acc = vld1_s32(acc_buffer_ptr);
1288 int32x2_t acc = vld1_s32(acc_buffer_ptr);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h459 int32x2_t acc = vld1_s32(acc_buffer_ptr);
524 int32x2_t acc = vld1_s32(acc_buffer_ptr);
1337 int32x2_t acc = vld1_s32(acc_buffer_ptr);
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc185 : vld1_s32(reinterpret_cast<const int32*>(x_lerp)); in ComputeLerpx2()
Dquantization_utils_test.cc822 return vld1_s32(vals); in To32x2()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c10060 return vld1_s32(a); in test_vld1_s32()
Darm_neon_intrinsics.c4267 return vld1_s32(a); in test_vld1_s32()
/external/neon_2_sse/
DNEON_2_SSE.h1240 _NEON2SSESTORAGE int32x2_t vld1_s32(__transfersize(2) int32_t const * ptr); // VLD1.32 {d0}, [r0]
9300 _NEON2SSESTORAGE int32x2_t vld1_s32(__transfersize(2) int32_t const * ptr); // VLD1.32 {d0}, [r0]
9301 #define vld1_s32 vld1_u32 macro