Searched refs:res_temp3_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 130 __m128i res_temp0_4x32b, res_temp1_4x32b, res_temp2_4x32b, res_temp3_4x32b; in ihevc_weighted_pred_uni_ssse3() local 177 res_temp3_4x32b = _mm_mullo_epi16(src_temp3_8x16b, wgt0_8x16b); in ihevc_weighted_pred_uni_ssse3() 189 res_temp7_4x32b = _mm_unpackhi_epi16(res_temp3_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_uni_ssse3() 194 res_temp3_4x32b = _mm_unpacklo_epi16(res_temp3_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_uni_ssse3() 204 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3() 210 res_temp3_4x32b = _mm_srai_epi32(res_temp3_4x32b, shift); in ihevc_weighted_pred_uni_ssse3() 222 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 233 res_temp3_4x32b = _mm_packs_epi32(res_temp3_4x32b, res_temp7_4x32b); in ihevc_weighted_pred_uni_ssse3() 238 res_temp3_4x32b = _mm_packus_epi16(res_temp3_4x32b, res_temp3_4x32b); in ihevc_weighted_pred_uni_ssse3() 244 _mm_storel_epi64((__m128i *)(pu1_dst + 3 * dst_strd), res_temp3_4x32b); /* row = 3*/ in ihevc_weighted_pred_uni_ssse3() [all …]
|