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

  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 327 int16x4_t x2lo, x2hi, y2lo, y2hi; local
367 x2hi = t_xhi;
377 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
378 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
397 register int16x4_t out_x asm("d18") = x2hi;

Completed in 62 milliseconds