Searched refs:src_temp7_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 143 __m128i src_temp4_4x32b, src_temp5_4x32b, src_temp6_4x32b, src_temp7_4x32b; in ihevc_weighted_pred_uni_sse42() local 167 src_temp7_4x32b = _mm_loadu_si128((__m128i *)(pi2_src + 3 * src_strd + 4)); in ihevc_weighted_pred_uni_sse42() 191 src_temp7_4x32b = _mm_cvtepi16_epi32(src_temp7_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() 203 src_temp7_4x32b = _mm_mullo_epi32(src_temp7_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42() 221 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, const_temp_4x32b); in ihevc_weighted_pred_uni_sse42() 227 src_temp7_4x32b = _mm_srai_epi32(src_temp7_4x32b, shift); in ihevc_weighted_pred_uni_sse42() 239 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 244 src_temp3_4x32b = _mm_packs_epi32(src_temp3_4x32b, src_temp7_4x32b); in ihevc_weighted_pred_uni_sse42() 448 __m128i src_temp4_4x32b, src_temp5_4x32b, src_temp6_4x32b, src_temp7_4x32b; in ihevc_weighted_pred_chroma_uni_sse42() [all …]
|