Searched refs:off0_4x32b (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 128 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; in ihevc_weighted_pred_uni_sse42() local 139 off0_4x32b = _mm_set1_epi32(off0); in ihevc_weighted_pred_uni_sse42() 230 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 231 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 232 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 233 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 236 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 237 src_temp5_4x32b = _mm_add_epi32(src_temp5_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 238 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() 239 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_sse42() [all …]
|
D | ihevc_weighted_pred_ssse3_intr.c | 129 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; in ihevc_weighted_pred_uni_ssse3() local 146 off0_4x32b = _mm_set1_epi32(off0); in ihevc_weighted_pred_uni_ssse3() 219 res_temp0_4x32b = _mm_add_epi32(res_temp0_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 220 res_temp1_4x32b = _mm_add_epi32(res_temp1_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 221 res_temp2_4x32b = _mm_add_epi32(res_temp2_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 222 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 225 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 226 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 227 res_temp6_4x32b = _mm_add_epi32(res_temp6_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() 228 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3() [all …]
|