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

  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 248 int32x4_t ret, res, wide_one; local
251 wide_one = vdupq_n_s32(one);
261 res = TILEX_PROCF_NEON4(f + wide_one, max);
269 int32x4_t ret, res, wide_one; local
272 wide_one = vdupq_n_s32(one);
282 res = TILEY_PROCF_NEON4(f + wide_one, max);
SkBitmapProcState_opts_SSE2.cpp 320 __m128i wide_one = _mm_set1_epi32(one); local
344 wide_fx1 = _mm_add_epi32(wide_fx, wide_one);
512 __m128i wide_one = _mm_set_epi32(oneX, oneY, oneX, oneY); local
532 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one);

Completed in 31 milliseconds