Searched refs:v_res1_w (Results 1 – 2 of 2) sorted by relevance
98 const __m128i v_res1_w = _mm_mulhrs_epi16(v_p1_w, *rounding); in blend_16_u8() local99 const __m128i v_res = _mm_packus_epi16(v_res0_w, v_res1_w); in blend_16_u8()
438 const __m256i v_res1_w = yy_roundn_epu16(v_p1_w, bits); in blend_32_u8_avx2() local439 const __m256i v_res = _mm256_packus_epi16(v_res0_w, v_res1_w); in blend_32_u8_avx2()