Searched refs:temp_pq1_str1_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
278 temp_pq1_str1_16x8b = _mm_srli_epi64(src_row1_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);
288 temp_pq1_str1_16x8b = _mm_unpacklo_epi32(temp_str2_16x8b, temp_str3_16x8b);
291 temp_pq1_str1_16x8b = _mm_maddubs_epi16(temp_pq1_str1_16x8b, const2_8x16b);
328 temp_pq1_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b);
332 temp_pq1_str1_16x8b = _mm_slli_epi16(temp_str3_16x8b, 8);
334 temp_pq1_str1_16x8b
704 __m128i temp_pq1_str0_16x8b, temp_pq1_str1_16x8b; local
[all...]

Completed in 90 milliseconds