Lines Matching refs:int16x4_t
47 int16x4_t y0 = vld1_s16(y); in xcorr_kernel_neon_fixed()
54 int16x4_t x0 = vget_low_s16(xx); in xcorr_kernel_neon_fixed()
55 int16x4_t x4 = vget_high_s16(xx); in xcorr_kernel_neon_fixed()
58 int16x4_t y4 = vget_low_s16(yy); in xcorr_kernel_neon_fixed()
59 int16x4_t y8 = vget_high_s16(yy); in xcorr_kernel_neon_fixed()
63 int16x4_t y1 = vext_s16(y0, y4, 1); in xcorr_kernel_neon_fixed()
64 int16x4_t y5 = vext_s16(y4, y8, 1); in xcorr_kernel_neon_fixed()
68 int16x4_t y2 = vext_s16(y0, y4, 2); in xcorr_kernel_neon_fixed()
69 int16x4_t y6 = vext_s16(y4, y8, 2); in xcorr_kernel_neon_fixed()
73 int16x4_t y3 = vext_s16(y0, y4, 3); in xcorr_kernel_neon_fixed()
74 int16x4_t y7 = vext_s16(y4, y8, 3); in xcorr_kernel_neon_fixed()
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()