Searched refs:zero4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h316 int16x4_t zero4 = vdup_n_s16(0); local
345 xhi = vmax_s16(xhi, zero4); /* now 0.. */
349 yhi = vmax_s16(yhi, zero4); /* now 0.. */
373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h316 int16x4_t zero4 = vdup_n_s16(0); local
345 xhi = vmax_s16(xhi, zero4); /* now 0.. */
349 yhi = vmax_s16(yhi, zero4); /* now 0.. */
373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
377 y2hi = vmax_s16(y2hi, zero4); /* now 0.. */

Completed in 110 milliseconds