Searched refs:temp_str0_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 267 temp_str0_16x8b = _mm_unpacklo_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() 295 temp_str0_16x8b = _mm_loadl_epi64((__m128i *)(&mask)); in ihevc_deblk_luma_vert_ssse3() 297 temp_str0_16x8b = _mm_shuffle_epi32(temp_str0_16x8b, 0x44); in ihevc_deblk_luma_vert_ssse3() 301 temp_str0_16x8b = _mm_srai_epi32(temp_str0_16x8b, 31); in ihevc_deblk_luma_vert_ssse3() 302 const2tc_8x16b = _mm_and_si128(const2tc_8x16b, temp_str0_16x8b); in ihevc_deblk_luma_vert_ssse3() 353 temp_str0_16x8b = _mm_unpacklo_epi16(temp_pq1_str0_16x8b, temp_pq_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() [all …]
|