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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 849 /* wide_fy1_1 and wide_fy1_2 are just temporary variables to
851 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s32(oneY)); local
852 int32x4_t wide_fy1_2 = vmaxq_s32 (vshrq_n_s32 (wide_fy1_1, 16),
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 845 /* wide_fy1_1 and wide_fy1_2 are just temporary variables to
847 int32x4_t wide_fy1_1 = vaddq_s32 (wide_y, vdupq_n_s32(oneY)); local
848 int32x4_t wide_fy1_2 = vmaxq_s32 (vshrq_n_s32 (wide_fy1_1, 16),

Completed in 139 milliseconds