Searched refs:tmp1_const_8x16b (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_deblk_ssse3_intr.c | 388 __m128i tmp0_const_8x16b, tmp1_const_8x16b, tmp2_const_8x16b, tmp3_const_8x16b; in ihevc_deblk_luma_vert_ssse3() local 415 tmp1_const_8x16b = _mm_cmpeq_epi32(consttc_8x16b, consttc_8x16b); in ihevc_deblk_luma_vert_ssse3() 421 tmp3_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 425 const2_8x16b = _mm_srli_epi16(tmp1_const_8x16b, 15); in ihevc_deblk_luma_vert_ssse3() 427 const2_8x16b = _mm_srli_epi32(tmp1_const_8x16b, 31); in ihevc_deblk_luma_vert_ssse3() 443 tmp_delta2_8x16b = _mm_sign_epi32(tmp_delta0_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 464 const2_8x16b = _mm_srli_epi16(tmp1_const_8x16b, 15); in ihevc_deblk_luma_vert_ssse3() 469 tmp1_const_8x16b = _mm_sign_epi16(consttc_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 486 tmp_delta1_8x16b = _mm_max_epi16(tmp_delta1_8x16b, tmp1_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 494 tmp1_const_8x16b = _mm_unpacklo_epi16(tmp_delta1_8x16b, tmp_delta0_8x16b); in ihevc_deblk_luma_vert_ssse3() [all …]
|