Searched refs:temp_str0_16x8b (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c250 __m128i temp_str0_16x8b, temp_str1_16x8b, temp_str2_16x8b, temp_str3_16x8b; local
267 temp_str0_16x8b = _mm_unpacklo_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b);
272 temp_pq_str0_16x8b = _mm_unpacklo_epi32(temp_str0_16x8b, temp_str1_16x8b);
295 temp_str0_16x8b = _mm_loadl_epi64((__m128i *)(&mask));
297 temp_str0_16x8b = _mm_shuffle_epi32(temp_str0_16x8b, 0x44);
301 temp_str0_16x8b = _mm_srai_epi32(temp_str0_16x8b, 31);
302 const2tc_8x16b = _mm_and_si128(const2tc_8x16b, temp_str0_16x8b);
353 temp_str0_16x8b
706 __m128i temp_str0_16x8b, temp_str1_16x8b; local
[all...]

Completed in 127 milliseconds