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

  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 327 int16x4_t x2lo, x2hi, y2lo, y2hi; local
369 y2hi = t_yhi;
381 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
382 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY */
398 register int16x4_t out_y asm("d19") = y2hi;

Completed in 165 milliseconds