Home | History | Annotate | Download | only in opts

Lines Matching refs:wide_fx

190         int32x4_t wide_fx, wide_fx2;
191 wide_fx = vdupq_n_s32(fx);
192 wide_fx = vsetq_lane_s32(fx + dx, wide_fx, 1);
193 wide_fx = vsetq_lane_s32(fx + dx + dx, wide_fx, 2);
194 wide_fx = vsetq_lane_s32(fx + dx + dx + dx, wide_fx, 3);
196 wide_fx2 = vaddq_s32(wide_fx, vdupq_n_s32(4 * dx));
202 wide_out = vshlq_n_s32(vshrq_n_s32(wide_fx, 12), 14);
203 wide_out = wide_out | (vshrq_n_s32(wide_fx,16) + vdupq_n_s32(1));
213 wide_fx += vdx8;