Home | History | Annotate | Download | only in opts

Lines Matching refs:hi16

129             int16x8_t hi16;
136 hi16 = vreinterpretq_s16_s32(hout);
139 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
141 vst1q_s16(dst16, hi16);
220 int16x8_t hi16, hi16_2;
225 /* overlay y's low16 with hi16 from x */
228 hi16 = vreinterpretq_s16_s32 (yout);
231 hi16 = vmaxq_s16 (hi16, vdupq_n_s16(0));
232 hi16 = vminq_s16 (hi16, maxXY);
234 vst1q_s16 (dst16, hi16);
240 /* overlay y's low16 with hi16 from x */