HomeSort by relevance Sort by last modified time
    Searched refs:y2hi (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
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;
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 328 int16x4_t x2lo, x2hi, y2lo, y2hi; local
370 y2hi = t_yhi;
382 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
383 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY */
399 register int16x4_t out_y asm("d19") = y2hi;

Completed in 55 milliseconds