Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dblend_a64_mask_avx2.c530 const __m128i v_r1_s_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_r_s_b, 8)); in blend_a64_mask_sx_sy_avx2() local
531 const __m128i v_rs_w = _mm_add_epi16(v_r0_s_w, v_r1_s_w); 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() local
554 const __m128i v_rs_w = _mm_add_epi16(v_r0_s_w, v_r1_s_w); in blend_a64_mask_sx_sy_avx2()
Dblend_a64_mask_sse4.c288 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() local
289 const __m128i v_rs_w = _mm_add_epi16(v_r0_s_w, v_r1_s_w); in blend_a64_mask_sx_sy_w4_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() local
322 const __m128i v_rs_w = _mm_add_epi16(v_r0_s_w, v_r1_s_w); in blend_a64_mask_sx_sy_w8_sse4_1()