Searched refs:res_temp8_4x32b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 786 __m128i res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b, res_temp8_4x32b; in ihevc_weighted_pred_bi_ssse3() local 813 res_temp8_4x32b = _mm_unpackhi_epi16(res_temp4_4x32b, src_temp4_8x16b); 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() 842 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, res_temp8_4x32b); in ihevc_weighted_pred_bi_ssse3() 1075 __m128i res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b, res_temp8_4x32b; in ihevc_weighted_pred_chroma_bi_ssse3() local 1102 res_temp8_4x32b = _mm_unpackhi_epi16(res_temp4_4x32b, src_temp4_8x16b); in ihevc_weighted_pred_chroma_bi_ssse3() 1113 res_temp8_4x32b = _mm_add_epi32(res_temp8_4x32b, lvl_shift2_4x32b); in ihevc_weighted_pred_chroma_bi_ssse3() 1131 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, res_temp8_4x32b); in ihevc_weighted_pred_chroma_bi_ssse3()
|