Home | History | Annotate | Download | only in core

Lines Matching refs:hi16

134             int16x8_t hi16;
141 hi16 = vreinterpretq_s16_s32(hout);
144 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
145 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
146 vst1q_s16(dst16, hi16);
225 int16x8_t hi16, hi16_2;
230 /* overlay y's low16 with hi16 from x */
233 hi16 = vreinterpretq_s16_s32 (yout);
236 hi16 = vmaxq_s16 (hi16, vdupq_n_s16(0));
237 hi16 = vminq_s16 (hi16, maxXY);
239 vst1q_s16 (dst16, hi16);
245 /* overlay y's low16 with hi16 from x */