Home
last modified time | relevance | path

Searched refs:lvl_shift2_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
767 lvl_shift2_4x32b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_ssse3()
774 res_temp3_4x32b = _mm_mullo_epi16(lvl_shift2_4x32b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
775 res_temp4_4x32b = _mm_mulhi_epi16(lvl_shift2_4x32b, wgt1_8x16b); in ihevc_weighted_pred_bi_ssse3()
782 lvl_shift2_4x32b = _mm_unpacklo_epi16(res_temp3_4x32b, res_temp4_4x32b); in ihevc_weighted_pred_bi_ssse3()
822 res_temp6_4x32b = _mm_add_epi32(res_temp6_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_ssse3()
824 res_temp8_4x32b = _mm_add_epi32(res_temp8_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_ssse3()
826 res_temp2_4x32b = _mm_add_epi32(res_temp2_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_ssse3()
828 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_ssse3()
905 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, lvl_shift2_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
1277 lvl_shift2_4x32b = _mm_set1_epi32(lvl_shift2); in ihevc_weighted_pred_bi_sse42()
1306 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_sse42()
1315 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_sse42()
1323 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_sse42()
1329 src_temp8_4x32b = _mm_add_epi32(src_temp8_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_sse42()
1394 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_bi_sse42()
1403 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, lvl_shift2_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
1552 lvl_shift2_4x32b = _mm_set1_epi32(lvl_shift2); in ihevc_weighted_pred_chroma_bi_sse42()
[all …]