Searched refs:tmp0_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 419 tmp0_const_8x16b = _mm_slli_epi16(consttc_8x16b, 3); 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() 491 tmp_delta1_8x16b = _mm_and_si128(tmp_delta1_8x16b, tmp0_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 492 tmp_delta0_8x16b = _mm_and_si128(tmp_delta0_8x16b, tmp0_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 508 tmp0_const_8x16b = _mm_load_si128((__m128i *)shuffle2); in ihevc_deblk_luma_vert_ssse3() 512 tmp_delta2_8x16b = _mm_shuffle_epi8(tmp_delta1_8x16b, tmp0_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 514 tmp_delta0_8x16b = _mm_shuffle_epi8(tmp_delta0_8x16b, tmp0_const_8x16b); in ihevc_deblk_luma_vert_ssse3() 827 __m128i tmp0_const_8x16b, tmp1_const_8x16b, tmp2_const_8x16b; in ihevc_deblk_luma_horz_ssse3() local [all …]
|