Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dblend_a64_mask_avx2.c528 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_avx2() local
529 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() local
552 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()
Dblend_a64_mask_sse4.c286 const __m128i v_r_s_b = _mm_shuffle_epi8(v_rvs_b, v_shuffle_b); in blend_a64_mask_sx_sy_w4_sse4_1() local
287 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() local
320 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()