Searched refs:v_r_s_b (Results 1 – 2 of 2) sorted by relevance
528 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_avx2() local529 const __m128i v_r0_s_w = _mm_cvtepu8_epi16(v_r_s_b); in blend_a64_mask_sx_sy_avx2()530 const __m128i v_r1_s_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_r_s_b, 8)); in blend_a64_mask_sx_sy_avx2()551 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_avx2() local552 const __m128i v_r0_s_w = _mm_cvtepu8_epi16(v_r_s_b); in blend_a64_mask_sx_sy_avx2()553 const __m128i v_r1_s_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_r_s_b, 8)); in blend_a64_mask_sx_sy_avx2()
286 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_w4_sse4_1() local287 const __m128i v_r0_s_w = _mm_cvtepu8_epi16(v_r_s_b); in blend_a64_mask_sx_sy_w4_sse4_1()288 const __m128i v_r1_s_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_r_s_b, 8)); in blend_a64_mask_sx_sy_w4_sse4_1()319 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_w8_sse4_1() local320 const __m128i v_r0_s_w = _mm_cvtepu8_epi16(v_r_s_b); in blend_a64_mask_sx_sy_w8_sse4_1()321 const __m128i v_r1_s_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_r_s_b, 8)); in blend_a64_mask_sx_sy_w8_sse4_1()