Searched refs:v_sum_w (Results 1 – 1 of 1) sorted by relevance
35 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_4() local36 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_4()51 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_8() local53 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_8()114 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_4_b10() local116 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_4_b10()129 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_8_b10() local131 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_8_b10()