Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c755 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_8x16b, wgt1_8x16b; in ihevc_weighted_pred_bi_ssse3() local
768 wgt1_8x16b = _mm_set1_epi16(wgt1); in ihevc_weighted_pred_bi_ssse3()
774 res_temp3_4x32b = _mm_mullo_epi16(lvl_shift2_4x32b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
775 res_temp4_4x32b = _mm_mulhi_epi16(lvl_shift2_4x32b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
800 res_temp2_4x32b = _mm_mullo_epi16(src_temp2_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
802 res_temp4_4x32b = _mm_mullo_epi16(src_temp4_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
805 src_temp2_8x16b = _mm_mulhi_epi16(src_temp2_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
807 src_temp4_8x16b = _mm_mulhi_epi16(src_temp4_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
891 res_temp2_4x32b = _mm_mullo_epi16(src_temp2_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
894 src_temp2_8x16b = _mm_mulhi_epi16(src_temp2_8x16b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
[all …]