Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c156 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_uni_ssse3() local
186 res_temp4_4x32b = _mm_unpackhi_epi16(res_temp0_4x32b, src_temp0_8x16b); 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()
213 res_temp4_4x32b = _mm_srai_epi32(res_temp4_4x32b, shift); in ihevc_weighted_pred_uni_ssse3()
225 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3()
230 res_temp0_4x32b = _mm_packs_epi32(res_temp0_4x32b, res_temp4_4x32b); in ihevc_weighted_pred_uni_ssse3()
449 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_chroma_uni_ssse3() local
468 res_temp4_4x32b = _mm_mullo_epi16(src_temp2_8x16b, wgt0_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
480 res_temp6_4x32b = _mm_unpackhi_epi16(res_temp4_4x32b, src_temp2_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
485 res_temp4_4x32b = _mm_unpacklo_epi16(res_temp4_4x32b, src_temp2_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
[all …]