Home | History | Annotate | Download | only in opts

Lines Matching refs:hi16

130             int16x8_t hi16;
137 hi16 = vreinterpretq_s16_s32(hout);
140 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
141 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
142 vst1q_s16(dst16, hi16);
221 int16x8_t hi16, hi16_2;
226 /* overlay y's low16 with hi16 from x */
229 hi16 = vreinterpretq_s16_s32 (yout);
232 hi16 = vmaxq_s16 (hi16, vdupq_n_s16(0));
233 hi16 = vminq_s16 (hi16, maxXY);
235 vst1q_s16 (dst16, hi16);
241 /* overlay y's low16 with hi16 from x */