Searched refs:res_vert1_8x16b (Results 1 – 1 of 1) sorted by relevance
376 __m128i res_vert1_8x16b, res_vert2_8x16b, res_16x8b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local400 res_vert1_8x16b = _mm_add_epi16(src_r2_8x16b, const_val16_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()401 res_vert1_8x16b = _mm_srai_epi16(res_vert1_8x16b, 5); //shifting right by 5 bits. in ih264e_sixtap_filter_2dvh_vert_ssse3()469 res_16x8b = _mm_packus_epi16(res_vert1_8x16b, res_vert2_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()