Searched refs:temp_str1_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 268 temp_str1_16x8b = _mm_unpackhi_epi16(temp_pq_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 272 temp_pq_str0_16x8b = _mm_unpacklo_epi32(temp_str0_16x8b, temp_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 294 temp_str1_16x8b = _mm_setzero_si128(); in ihevc_deblk_luma_vert_ssse3() 298 const2tc_8x16b = _mm_shuffle_epi8(const2tc_8x16b, temp_str1_16x8b); in ihevc_deblk_luma_vert_ssse3() 706 __m128i temp_str0_16x8b, temp_str1_16x8b; in ihevc_deblk_luma_horz_ssse3() local 728 temp_str1_16x8b = _mm_unpacklo_epi8(src_p1_8x16b, src_p2_8x16b); in ihevc_deblk_luma_horz_ssse3() 732 temp_pq1_str1_16x8b = _mm_unpacklo_epi64(temp_str1_16x8b, temp_pq1_str1_16x8b); in ihevc_deblk_luma_horz_ssse3() 738 temp_str1_16x8b = _mm_setzero_si128(); in ihevc_deblk_luma_horz_ssse3() 742 const2tc_8x16b = _mm_shuffle_epi8(const2tc_8x16b, temp_str1_16x8b); in ihevc_deblk_luma_horz_ssse3()
|