Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c390 __m128i const2_8x16b, consttc_8x16b; in ihevc_deblk_luma_vert_ssse3() local
395 consttc_8x16b = _mm_set1_epi32(tc); in ihevc_deblk_luma_vert_ssse3()
413 consttc_8x16b = _mm_packs_epi32(consttc_8x16b, consttc_8x16b); in ihevc_deblk_luma_vert_ssse3()
415 tmp1_const_8x16b = _mm_cmpeq_epi32(consttc_8x16b, consttc_8x16b); in ihevc_deblk_luma_vert_ssse3()
417 tmp2_const_8x16b = _mm_slli_epi16(consttc_8x16b, 1); in ihevc_deblk_luma_vert_ssse3()
419 tmp0_const_8x16b = _mm_slli_epi16(consttc_8x16b, 3); in ihevc_deblk_luma_vert_ssse3()
421 tmp3_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
449 tmp_delta0_8x16b = _mm_min_epi16(tmp_delta0_8x16b, consttc_8x16b); in ihevc_deblk_luma_vert_ssse3()
466 consttc_8x16b = _mm_srai_epi16(consttc_8x16b, 1); in ihevc_deblk_luma_vert_ssse3()
469 tmp1_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
[all …]