Searched refs:src_temp0_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 127 __m128i src_temp0_4x32b, src_temp1_4x32b, src_temp2_4x32b, src_temp3_4x32b; in ihevc_weighted_pred_uni_sse42() local 152 src_temp0_4x32b = _mm_loadu_si128((__m128i *)(pi2_src)); in ihevc_weighted_pred_uni_sse42() 170 src_temp0_4x32b = _mm_cvtepi16_epi32(src_temp0_4x32b); 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() 182 src_temp0_4x32b = _mm_mullo_epi32(src_temp0_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 206 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, const_temp_4x32b); in ihevc_weighted_pred_uni_sse42() 212 src_temp0_4x32b = _mm_srai_epi32(src_temp0_4x32b, shift); in ihevc_weighted_pred_uni_sse42() 230 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 241 src_temp0_4x32b = _mm_packs_epi32(src_temp0_4x32b, src_temp4_4x32b); in ihevc_weighted_pred_uni_sse42() 246 src_temp0_4x32b = _mm_packus_epi16(src_temp0_4x32b, src_temp0_4x32b); in ihevc_weighted_pred_uni_sse42() [all …]
|