Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c128 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; in ihevc_weighted_pred_uni_sse42() local
137 lvl_shift_4x32b = _mm_set1_epi32(lvl_shift); in ihevc_weighted_pred_uni_sse42()
176 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
177 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
178 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
179 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
194 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
195 src_temp5_4x32b = _mm_add_epi32(src_temp5_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
196 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
197 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_sse42()
[all …]
Dihevc_weighted_pred_ssse3_intr.c129 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; in ihevc_weighted_pred_uni_ssse3() local
138 lvl_shift_4x32b = _mm_set1_epi16(lvl_shift); in ihevc_weighted_pred_uni_ssse3()
142 res_temp0_4x32b = _mm_mullo_epi16(lvl_shift_4x32b, wgt0_8x16b); in ihevc_weighted_pred_uni_ssse3()
143 res_temp1_4x32b = _mm_mulhi_epi16(lvl_shift_4x32b, wgt0_8x16b); in ihevc_weighted_pred_uni_ssse3()
150 lvl_shift_4x32b = _mm_unpacklo_epi16(res_temp0_4x32b, res_temp1_4x32b); in ihevc_weighted_pred_uni_ssse3()
152 lvl_shift_4x32b = _mm_add_epi32(lvl_shift_4x32b, const_temp_4x32b); in ihevc_weighted_pred_uni_ssse3()
197 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3()
198 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3()
199 res_temp6_4x32b = _mm_add_epi32(res_temp6_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3()
200 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3()
[all …]