Searched refs:vld1_dup_s16 (Results 1 – 7 of 7) sorted by relevance
72 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon()91 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon()147 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon()178 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]); in WebRtcSpl_DownsampleFastNeon()179 int16x4_t in16x4_0 = vld1_dup_s16(&data_in[i - j]); in WebRtcSpl_DownsampleFastNeon()183 int16x4_t in16x4_1 = vld1_dup_s16(&data_in[i + factor * 4 - j]); in WebRtcSpl_DownsampleFastNeon()
34 factorv = vld1_dup_s16(factor_ch1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()48 datav = vld1_dup_s16(data_ch1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon()
86 int16x4_t x0 = vld1_dup_s16(x); /* load next x */ in xcorr_kernel_neon_fixed()89 int16x4_t y4 = vld1_dup_s16(y); /* load next y */ in xcorr_kernel_neon_fixed()
215 return vld1_dup_s16(a); in test_vld1_dup_s16()
4497 return vld1_dup_s16(a); in test_vld1_dup_s16()
1262 const int16x4_t A = vld1_dup_s16(in); in TransformAC3_NEON()
1292 _NEON2SSESTORAGE int16x4_t vld1_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]}, …9532 _NEON2SSESTORAGE int16x4_t vld1_dup_s16(__transfersize(1) int16_t const * ptr); // VLD1.16 {d0[]}, …9533 #define vld1_dup_s16(ptr) vld1_dup_u16((uint16_t*)ptr) macro