Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c755 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_8x16b, wgt1_8x16b; in ihevc_weighted_pred_bi_ssse3() local
765 lvl_shift1_4x32b = _mm_set1_epi16(lvl_shift1); in ihevc_weighted_pred_bi_ssse3()
771 res_temp1_4x32b = _mm_mullo_epi16(lvl_shift1_4x32b, wgt0_8x16b); in ihevc_weighted_pred_bi_ssse3()
772 res_temp2_4x32b = _mm_mulhi_epi16(lvl_shift1_4x32b, wgt0_8x16b); in ihevc_weighted_pred_bi_ssse3()
780 lvl_shift1_4x32b = _mm_unpacklo_epi16(res_temp1_4x32b, res_temp2_4x32b); in ihevc_weighted_pred_bi_ssse3()
821 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_ssse3()
823 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_ssse3()
825 res_temp1_4x32b = _mm_add_epi32(res_temp1_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_ssse3()
827 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_ssse3()
904 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_ssse3()
[all …]
Dihevc_weighted_pred_sse42_intr.c1266 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_4x32b, wgt1_4x32b; in ihevc_weighted_pred_bi_sse42() local
1276 lvl_shift1_4x32b = _mm_set1_epi32(lvl_shift1); in ihevc_weighted_pred_bi_sse42()
1304 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1314 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1322 src_temp5_4x32b = _mm_add_epi32(src_temp5_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1328 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1392 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1402 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, lvl_shift1_4x32b); in ihevc_weighted_pred_bi_sse42()
1540 __m128i const_temp_4x32b, lvl_shift1_4x32b, lvl_shift2_4x32b, wgt0_4x32b, wgt1_4x32b; in ihevc_weighted_pred_chroma_bi_sse42() local
1551 lvl_shift1_4x32b = _mm_set1_epi32(lvl_shift1); in ihevc_weighted_pred_chroma_bi_sse42()
[all …]