Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c252 __m128i const2_8x16b, const2tc_8x16b; in ihevc_deblk_luma_vert_ssse3() local
258 const2_8x16b = _mm_cmpeq_epi16(src_row0_8x16b, src_row0_8x16b); in ihevc_deblk_luma_vert_ssse3()
263 const2_8x16b = _mm_srli_epi16(const2_8x16b, 15); in ihevc_deblk_luma_vert_ssse3()
270 const2_8x16b = _mm_packus_epi16(const2_8x16b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
274 temp_pq_str0_16x8b = _mm_maddubs_epi16(temp_pq_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
290 temp_pq1_str0_16x8b = _mm_maddubs_epi16(temp_pq1_str0_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
291 temp_pq1_str1_16x8b = _mm_maddubs_epi16(temp_pq1_str1_16x8b, const2_8x16b); in ihevc_deblk_luma_vert_ssse3()
315 const2_8x16b = _mm_slli_epi16(const2_8x16b, 1); 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()
330 const2_8x16b = _mm_srli_epi16(const2_8x16b, 8); in ihevc_deblk_luma_vert_ssse3()
[all …]