Searched refs:v_res0_w (Results 1 – 2 of 2) sorted by relevance
97 const __m128i v_res0_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_16_u8() local99 const __m128i v_res = _mm_packus_epi16(v_res0_w, v_res1_w); in blend_16_u8()
417 const __m256i v_res0_w = yy_roundn_epu16(v_p0_w, bits); in blend_16_u8_avx2() local418 const __m256i v_res_b = _mm256_packus_epi16(v_res0_w, v_res0_w); in blend_16_u8_avx2()437 const __m256i v_res0_w = yy_roundn_epu16(v_p0_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()