Searched refs:wgt0_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 128 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; in ihevc_weighted_pred_uni_sse42() local 138 wgt0_4x32b = _mm_set1_epi32(wgt0); in ihevc_weighted_pred_uni_sse42() 182 src_temp0_4x32b = _mm_mullo_epi32(src_temp0_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 183 src_temp1_4x32b = _mm_mullo_epi32(src_temp1_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 184 src_temp2_4x32b = _mm_mullo_epi32(src_temp2_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 185 src_temp3_4x32b = _mm_mullo_epi32(src_temp3_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 200 src_temp4_4x32b = _mm_mullo_epi32(src_temp4_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 201 src_temp5_4x32b = _mm_mullo_epi32(src_temp5_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 202 src_temp6_4x32b = _mm_mullo_epi32(src_temp6_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 203 src_temp7_4x32b = _mm_mullo_epi32(src_temp7_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() [all …]
|