Searched defs:wide_one (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/opts/ |
H A D | SkBitmapProcState_matrix_neon.h | 247 int32x4_t ret, res, wide_one; local 250 wide_one = vdupq_n_s32(one); 260 res = TILEX_PROCF_NEON4(f + wide_one, max); 268 int32x4_t ret, res, wide_one; local 271 wide_one = vdupq_n_s32(one); 281 res = TILEY_PROCF_NEON4(f + wide_one, max);
|
H A D | SkBitmapProcState_opts_SSE2.cpp | 317 __m128i wide_one = _mm_set1_epi32(one); local 341 wide_fx1 = _mm_add_epi32(wide_fx, wide_one); 502 __m128i wide_one = _mm_set_epi32(oneX, oneY, oneX, oneY); local 522 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one);
|
Completed in 371 milliseconds