Searched refs:temp_str2_16x8b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_deblk_ssse3_intr.c | 250 __m128i temp_str0_16x8b, temp_str1_16x8b, temp_str2_16x8b, temp_str3_16x8b; in ihevc_deblk_luma_vert_ssse3() local 280 temp_str2_16x8b = _mm_unpacklo_epi16(temp_pq1_str0_16x8b, temp_pq1_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 283 temp_str2_16x8b = _mm_shuffle_epi32(temp_str2_16x8b, 0x58); in ihevc_deblk_luma_vert_ssse3() 286 temp_pq1_str0_16x8b = _mm_unpackhi_epi32(temp_str2_16x8b, temp_str3_16x8b); in ihevc_deblk_luma_vert_ssse3() 288 temp_pq1_str1_16x8b = _mm_unpacklo_epi32(temp_str2_16x8b, temp_str3_16x8b); in ihevc_deblk_luma_vert_ssse3() 354 temp_str2_16x8b = _mm_unpacklo_epi16(temp_pq1_str1_16x8b, temp_pq2_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() 359 temp_pq_str1_16x8b = _mm_unpacklo_epi32(temp_str2_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() 360 temp_str2_16x8b = _mm_unpackhi_epi32(temp_str2_16x8b, temp_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() 367 src_row2_8x16b = _mm_unpacklo_epi64(temp_str2_16x8b, temp_pq_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() 368 src_row3_8x16b = _mm_unpackhi_epi64(temp_str2_16x8b, temp_pq_str0_16x8b); in ihevc_deblk_luma_vert_ssse3()
|