OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxXY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h
197
int16x8_t
maxXY
= vreinterpretq_s16_s32(vdupq_n_s32(maxpair));
232
hi16 = vminq_s16 (hi16,
maxXY
);
247
hi16_2 = vminq_s16 (hi16_2,
maxXY
);
/external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h
197
int16x8_t
maxXY
= vreinterpretq_s16_s32(vdupq_n_s32(maxpair));
232
hi16 = vminq_s16 (hi16,
maxXY
);
247
hi16_2 = vminq_s16 (hi16_2,
maxXY
);
Completed in 278 milliseconds