Searched refs:res_temp7_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 156 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_uni_ssse3() local 189 res_temp7_4x32b = _mm_unpackhi_epi16(res_temp3_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_uni_ssse3() 200 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3() 216 res_temp7_4x32b = _mm_srai_epi32(res_temp7_4x32b, shift); in ihevc_weighted_pred_uni_ssse3() 228 res_temp7_4x32b = _mm_add_epi32(res_temp7_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() 449 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_chroma_uni_ssse3() local 481 res_temp7_4x32b = _mm_unpackhi_epi16(res_temp5_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3() 496 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3() 514 res_temp7_4x32b = _mm_srai_epi32(res_temp7_4x32b, shift); in ihevc_weighted_pred_chroma_uni_ssse3() [all …]
|