Home | History | Annotate | Download | only in opts

Lines Matching refs:y2

319         int32x4_t x, y, x2, y2;
347 x2 = q2; y2 = q3;
360 y2 = vandq_s32(y2, vdupq_n_s32(0xffff));
361 y2 = vmulq_s32(y2, vdupq_n_s32(maxY+1));
364 /* (hi-x, hi-y)4 (hi-x2; hi-y2)4 */
372 y2 = vsriq_n_s32(y2, x2, 16);
373 hi2 = vreinterpretq_s16_s32(y2);