Searched defs:off0_4x32b (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_weighted_pred_sse42_intr.c128 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; local
139 off0_4x32b = _mm_set1_epi32(off0);
230 src_temp0_4x32b = _mm_add_epi32(src_temp0_4x32b, off0_4x32b);
231 src_temp1_4x32b = _mm_add_epi32(src_temp1_4x32b, off0_4x32b);
232 src_temp2_4x32b = _mm_add_epi32(src_temp2_4x32b, off0_4x32b);
233 src_temp3_4x32b = _mm_add_epi32(src_temp3_4x32b, off0_4x32b);
236 src_temp4_4x32b = _mm_add_epi32(src_temp4_4x32b, off0_4x32b);
237 src_temp5_4x32b = _mm_add_epi32(src_temp5_4x32b, off0_4x32b);
238 src_temp6_4x32b = _mm_add_epi32(src_temp6_4x32b, off0_4x32b);
239 src_temp7_4x32b = _mm_add_epi32(src_temp7_4x32b, off0_4x32b);
428 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_4x32b, off0_4x32b; local
[all...]
H A Dihevc_weighted_pred_ssse3_intr.c129 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; local
146 off0_4x32b = _mm_set1_epi32(off0);
219 res_temp0_4x32b = _mm_add_epi32(res_temp0_4x32b, off0_4x32b);
220 res_temp1_4x32b = _mm_add_epi32(res_temp1_4x32b, off0_4x32b);
221 res_temp2_4x32b = _mm_add_epi32(res_temp2_4x32b, off0_4x32b);
222 res_temp3_4x32b = _mm_add_epi32(res_temp3_4x32b, off0_4x32b);
225 res_temp4_4x32b = _mm_add_epi32(res_temp4_4x32b, off0_4x32b);
226 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, off0_4x32b);
227 res_temp6_4x32b = _mm_add_epi32(res_temp6_4x32b, off0_4x32b);
228 res_temp7_4x32b = _mm_add_epi32(res_temp7_4x32b, off0_4x32b);
419 __m128i const_temp_4x32b, lvl_shift_4x32b, wgt0_8x16b, off0_4x32b; local
[all...]

Completed in 55 milliseconds