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

/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c247 __m128i temp_pq1_str0_16x8b, temp_pq1_str1_16x8b; local
277 temp_pq1_str0_16x8b = _mm_srli_epi64(src_row0_8x16b, 8);
280 temp_str2_16x8b = _mm_unpacklo_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b);
281 temp_str3_16x8b = _mm_unpackhi_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b);
286 temp_pq1_str0_16x8b = _mm_unpackhi_epi32(temp_str2_16x8b, temp_str3_16x8b);
290 temp_pq1_str0_16x8b = _mm_maddubs_epi16(temp_pq1_str0_16x8b, const2_8x16b);
328 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b);
337 temp_pq1_str0_16x8b
704 __m128i temp_pq1_str0_16x8b, temp_pq1_str1_16x8b; local
[all...]

Completed in 50 milliseconds