Searched refs:lvl_shift2_8x16b (Results 1 – 2 of 2) sorted by relevance
1796 __m128i const_temp_8x16b, lvl_shift1_8x16b, lvl_shift2_8x16b; in ihevc_weighted_pred_bi_default_sse42() local1807 lvl_shift2_8x16b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_default_sse42()1810 lvl_shift1_8x16b = _mm_adds_epi16(lvl_shift1_8x16b, lvl_shift2_8x16b); in ihevc_weighted_pred_bi_default_sse42()
1310 __m128i const_temp_8x16b, lvl_shift1_8x16b, lvl_shift2_8x16b; in ihevc_weighted_pred_bi_default_ssse3() local1321 lvl_shift2_8x16b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_default_ssse3()1324 lvl_shift1_8x16b = _mm_adds_epi16(lvl_shift1_8x16b, lvl_shift2_8x16b); in ihevc_weighted_pred_bi_default_ssse3()