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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 327 int16x4_t x2hi, y2hi; local
365 y2hi = t_yhi;
377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
378 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY */
394 register int16x4_t out_y asm("d19") = y2hi;
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 327 int16x4_t x2hi, y2hi; local
365 y2hi = t_yhi;
377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
378 y2hi = vmin_s16(y2hi, maxY4); /* now 0..maxY */
394 register int16x4_t out_y asm("d19") = y2hi;

Completed in 161 milliseconds