Home
last modified time | relevance | path

Searched refs:temp_pq2_str0_16x8b (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c248 __m128i temp_pq2_str0_16x8b; in ihevc_deblk_luma_vert_ssse3() local
309 temp_pq2_str0_16x8b = _mm_unpacklo_epi16(src_row0_8x16b, src_row2_8x16b); in ihevc_deblk_luma_vert_ssse3()
312 temp_pq2_str0_16x8b = _mm_shuffle_epi32(temp_pq2_str0_16x8b, 0x5c); in ihevc_deblk_luma_vert_ssse3()
317 temp_str3_16x8b = _mm_unpacklo_epi16(temp_pq2_str0_16x8b, temp_str3_16x8b); in ihevc_deblk_luma_vert_ssse3()
319 temp_pq2_str0_16x8b = _mm_maddubs_epi16(temp_str3_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
341 temp_pq2_str0_16x8b = _mm_add_epi16(temp_pq2_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
345 temp_pq2_str0_16x8b = _mm_add_epi16(temp_pq1_str0_16x8b, temp_pq2_str0_16x8b); in ihevc_deblk_luma_vert_ssse3()
350 temp_pq2_str0_16x8b = _mm_srai_epi16(temp_pq2_str0_16x8b, 3); 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()
357 temp_pq2_str0_16x8b = _mm_unpackhi_epi16(temp_pq2_str0_16x8b, temp_pq_str1_16x8b); in ihevc_deblk_luma_vert_ssse3()
[all …]