Searched refs:const_16x8b (Results 1 – 1 of 1) sorted by relevance
1034 __m128i const_16x8b; in ihevc_deblk_chroma_vert_ssse3() local1059 const_16x8b = _mm_cmpeq_epi16(tmp_pxl_0_16x8b, tmp_pxl_0_16x8b); in ihevc_deblk_chroma_vert_ssse3()1067 min_0_16x8b = _mm_sign_epi16(mask_tc_16x8, const_16x8b); in ihevc_deblk_chroma_vert_ssse3()1069 const_16x8b = _mm_srli_epi16(const_16x8b, 15); in ihevc_deblk_chroma_vert_ssse3()1078 const_16x8b = _mm_slli_epi16(const_16x8b, 2); in ihevc_deblk_chroma_vert_ssse3()1082 delta_vu0_16x8b = _mm_add_epi16(delta_vu0_16x8b, const_16x8b); in ihevc_deblk_chroma_vert_ssse3()1086 const_16x8b = _mm_setzero_si128(); in ihevc_deblk_chroma_vert_ssse3()1110 delta_vu0_16x8b = _mm_packus_epi16(delta_vu0_16x8b, const_16x8b); in ihevc_deblk_chroma_vert_ssse3()1111 delta_vu1_16x8b = _mm_packus_epi16(delta_vu1_16x8b, const_16x8b); in ihevc_deblk_chroma_vert_ssse3()1187 __m128i const_16x8b; in ihevc_deblk_chroma_horz_ssse3() local[all …]