Searched refs:wide_dx4 (Results 1 – 1 of 1) sorted by relevance
277 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_filter_scale_SSE2() local292 wide_fx = _mm_add_epi32(wide_fx, wide_dx4); in ClampX_ClampY_filter_scale_SSE2()316 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_filter_scale_SSE2() local350 wide_fx = _mm_add_epi32(wide_fx, wide_dx4); in ClampX_ClampY_filter_scale_SSE2()398 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_nofilter_scale_SSE2() local399 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2()403 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2()440 __m128i wide_dx4 = _mm_set1_epi32(dx * 4); in ClampX_ClampY_nofilter_scale_SSE2() local441 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2()445 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); in ClampX_ClampY_nofilter_scale_SSE2()[all …]