Home | History | Annotate | Download | only in opts

Lines Matching full:wide_fx

76         int32x4_t wide_fx, wide_fx2;
77 wide_fx = vdupq_n_s32(fx);
78 wide_fx = vsetq_lane_s32(fx + dx, wide_fx, 1);
79 wide_fx = vsetq_lane_s32(fx + dx + dx, wide_fx, 2);
80 wide_fx = vsetq_lane_s32(fx + dx + dx + dx, wide_fx, 3);
82 wide_fx2 = vaddq_s32(wide_fx, vdupq_n_s32(4 * dx));
88 wide_out = vshlq_n_s32(vshrq_n_s32(wide_fx, 12), 14);
89 wide_out = wide_out | (vshrq_n_s32(wide_fx,16) + vdupq_n_s32(1));
99 wide_fx += vdx8;