Home
last modified time | relevance | path

Searched refs:wide_one (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h197 int32x4_t ret, res, wide_one; in PACK_FILTER_X4_NAME() local
200 wide_one = vdupq_n_s32(one); in PACK_FILTER_X4_NAME()
210 res = TILEX_PROCF_NEON4(f + wide_one, max); in PACK_FILTER_X4_NAME()
218 int32x4_t ret, res, wide_one; in PACK_FILTER_Y4_NAME() local
221 wide_one = vdupq_n_s32(one); in PACK_FILTER_Y4_NAME()
231 res = TILEY_PROCF_NEON4(f + wide_one, max); in PACK_FILTER_Y4_NAME()
DSkBitmapProcState_opts_SSE2.cpp317 __m128i wide_one = _mm_set1_epi32(one); in ClampX_ClampY_filter_scale_SSE2() local
341 wide_fx1 = _mm_add_epi32(wide_fx, wide_one); in ClampX_ClampY_filter_scale_SSE2()
502 __m128i wide_one = _mm_set_epi32(oneX, oneY, oneX, oneY); in ClampX_ClampY_filter_affine_SSE2() local
522 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one); in ClampX_ClampY_filter_affine_SSE2()