Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c143 __m128i src_temp4_4x32b, src_temp5_4x32b, src_temp6_4x32b, src_temp7_4x32b; in ihevc_weighted_pred_uni_sse42() local
165 src_temp6_4x32b = _mm_loadu_si128((__m128i *)(pi2_src + 2 * src_strd + 4)); in ihevc_weighted_pred_uni_sse42()
190 src_temp6_4x32b = _mm_cvtepi16_epi32(src_temp6_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()
202 src_temp6_4x32b = _mm_mullo_epi32(src_temp6_4x32b, wgt0_4x32b); in ihevc_weighted_pred_uni_sse42()
220 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, const_temp_4x32b); in ihevc_weighted_pred_uni_sse42()
226 src_temp6_4x32b = _mm_srai_epi32(src_temp6_4x32b, shift); in ihevc_weighted_pred_uni_sse42()
238 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42()
243 src_temp2_4x32b = _mm_packs_epi32(src_temp2_4x32b, src_temp6_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 …]