Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c388 __m128i tmp0_const_8x16b, tmp1_const_8x16b, tmp2_const_8x16b, tmp3_const_8x16b; in ihevc_deblk_luma_vert_ssse3() local
417 tmp2_const_8x16b = _mm_slli_epi16(consttc_8x16b, 1); in ihevc_deblk_luma_vert_ssse3()
423 tmp2_const_8x16b = _mm_add_epi16(tmp2_const_8x16b, tmp0_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
451 tmp0_const_8x16b = _mm_cmpgt_epi16(tmp2_const_8x16b, tmp_delta2_8x16b); in ihevc_deblk_luma_vert_ssse3()
459 tmp2_const_8x16b = _mm_loadl_epi64((__m128i *)(shuffle0)); in ihevc_deblk_luma_vert_ssse3()
460 tmp_delta2_8x16b = _mm_shuffle_epi8(src_row0_8x16b, tmp2_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
461 tmp_delta1_8x16b = _mm_shuffle_epi8(src_row2_8x16b, tmp2_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
471 tmp2_const_8x16b = _mm_add_epi16(tmp_delta0_8x16b, tmp_delta0_8x16b); in ihevc_deblk_luma_vert_ssse3()
478 tmp_delta1_8x16b = _mm_add_epi16(tmp_delta1_8x16b, tmp2_const_8x16b); in ihevc_deblk_luma_vert_ssse3()
480 tmp2_const_8x16b = _mm_setzero_si128(); in ihevc_deblk_luma_vert_ssse3()
[all …]