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 332 int16x4_t x2lo, x2hi, y2lo, y2hi; local
374 y2hi = t_yhi;
386 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
387 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY */
403 register int16x4_t out_y asm("d19") = y2hi;

Completed in 91 milliseconds