HomeSort by relevance Sort by last modified time
    Searched refs:wide_y (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 653 int32x4_t wide_y; local
701 wide_y = vorrq_s32(wide_i, wide_fy1);
709 t_x = wide_x; t_y = wide_y;
784 int32x4_t wide_x, wide_y; local
799 wide_x = q0; wide_y = q1;
834 wide_y = vsubq_s32(wide_y, vdupq_n_s32 (oneY>>1));
837 wide_i = vmaxq_s32 (vshrq_n_s32 (wide_y, 16), vdupq_n_s32 (0));
841 wide_lo = vshrq_n_s32 (wide_y, 12);
851 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s32(oneY))
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 649 int32x4_t wide_y; local
697 wide_y = vorrq_s32(wide_i, wide_fy1);
705 t_x = wide_x; t_y = wide_y;
780 int32x4_t wide_x, wide_y; local
795 wide_x = q0; wide_y = q1;
830 wide_y = vsubq_s32(wide_y, vdupq_n_s32 (oneY>>1));
833 wide_i = vmaxq_s32 (vshrq_n_s32 (wide_y, 16), vdupq_n_s32 (0));
837 wide_lo = vshrq_n_s32 (wide_y, 12);
847 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s32(oneY))
    [all...]

Completed in 42 milliseconds