Lines Matching refs:wide_fx
272 int32x4_t wide_fx; in SCALE_FILTER_NAME() local
274 wide_fx = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_FILTER_NAME()
275 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx), wide_fx, 1); in SCALE_FILTER_NAME()
276 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx), wide_fx, 2); in SCALE_FILTER_NAME()
277 wide_fx = vsetq_lane_s32(SkFractionalIntToFixed(fx+dx+dx+dx), wide_fx, 3); in SCALE_FILTER_NAME()
282 res = PACK_FILTER_X4_NAME(wide_fx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
286 wide_fx += vdupq_n_s32(SkFractionalIntToFixed(dx+dx+dx+dx)); in SCALE_FILTER_NAME()
321 int32x4_t wide_fy, wide_fx; in AFFINE_FILTER_NAME() local
323 wide_fx = vdupq_n_s32(fx); in AFFINE_FILTER_NAME()
324 wide_fx = vsetq_lane_s32(fx+dx, wide_fx, 1); in AFFINE_FILTER_NAME()
325 wide_fx = vsetq_lane_s32(fx+dx+dx, wide_fx, 2); in AFFINE_FILTER_NAME()
326 wide_fx = vsetq_lane_s32(fx+dx+dx+dx, wide_fx, 3); in AFFINE_FILTER_NAME()
338 vxy.val[1] = PACK_FILTER_X4_NAME(wide_fx, maxX, oneX PREAMBLE_ARG_X); in AFFINE_FILTER_NAME()
344 wide_fx += vdupq_n_s32(dx+dx+dx+dx); in AFFINE_FILTER_NAME()