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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 225 int16x8_t hi16, hi16_2; local
248 hi16_2 = vreinterpretq_s16_s32 (y2out);
251 hi16_2 = vmaxq_s16 (hi16_2, vdupq_n_s16(0));
252 hi16_2 = vminq_s16 (hi16_2, maxXY);
256 vst1q_s16 (dst16+8, hi16_2);
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 221 int16x8_t hi16, hi16_2; local
244 hi16_2 = vreinterpretq_s16_s32 (y2out);
247 hi16_2 = vmaxq_s16 (hi16_2, vdupq_n_s16(0));
248 hi16_2 = vminq_s16 (hi16_2, maxXY);
252 vst1q_s16 (dst16+8, hi16_2);

Completed in 5518 milliseconds