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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 332 int16x4_t x2lo, x2hi, y2lo, y2hi; local
372 x2hi = t_xhi;
382 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
383 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
402 register int16x4_t out_x asm("d18") = x2hi;
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 328 int16x4_t x2lo, x2hi, y2lo, y2hi; local
368 x2hi = t_xhi;
378 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
379 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
398 register int16x4_t out_x asm("d18") = x2hi;

Completed in 2538 milliseconds