Searched refs:wide_one (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 248 int32x4_t ret, res, wide_one; in PACK_FILTER_X4_NAME() local 251 wide_one = vdupq_n_s32(one); in PACK_FILTER_X4_NAME() 261 res = TILEX_PROCF_NEON4(f + wide_one, max); in PACK_FILTER_X4_NAME() 269 int32x4_t ret, res, wide_one; in PACK_FILTER_Y4_NAME() local 272 wide_one = vdupq_n_s32(one); in PACK_FILTER_Y4_NAME() 282 res = TILEY_PROCF_NEON4(f + wide_one, max); in PACK_FILTER_Y4_NAME()
|
D | SkBitmapProcState_opts_SSE2.cpp | 320 __m128i wide_one = _mm_set1_epi32(one); in ClampX_ClampY_filter_scale_SSE2() local 344 wide_fx1 = _mm_add_epi32(wide_fx, wide_one); in ClampX_ClampY_filter_scale_SSE2() 512 __m128i wide_one = _mm_set_epi32(oneX, oneY, oneX, oneY); in ClampX_ClampY_filter_affine_SSE2() local 532 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one); in ClampX_ClampY_filter_affine_SSE2()
|