Searched refs:vld1_s32 (Results 1 – 13 of 13) sorted by relevance
85 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()
659 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()
81 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()
146 ptr0v_tail = vld1_s32(ptr0); in WebRtcIsacfix_FilterMaLoopNeon()147 ptr2v_tail = vld1_s32(ptr2); in WebRtcIsacfix_FilterMaLoopNeon()
50 const int32x2_t offset = vld1_s32(reference_offsets); in MvProjectionCompound()68 const int32x2_t temporal_mv = vld1_s32(tmvs); in MvProjectionCompoundClip()
311 int32x2_t sum = vld1_s32(sums_ptr); in Pack()372 int32x2_t sum = vld1_s32(sums_ptr); in Pack()
448 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);
459 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);
185 : vld1_s32(reinterpret_cast<const int32*>(x_lerp)); in ComputeLerpx2()
822 return vld1_s32(vals); in To32x2()
10060 return vld1_s32(a); in test_vld1_s32()
4267 return vld1_s32(a); in test_vld1_s32()
1240 _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