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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 321 int16x4_t zero4 = vdup_n_s16(0); local
352 xhi = vmax_s16(xhi, zero4); /* now 0.. */
356 yhi = vmax_s16(yhi, zero4); /* now 0.. */
382 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
386 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 317 int16x4_t zero4 = vdup_n_s16(0); local
348 xhi = vmax_s16(xhi, zero4); /* now 0.. */
352 yhi = vmax_s16(yhi, zero4); /* now 0.. */
378 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
382 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */

Completed in 49 milliseconds