Home
last modified time | relevance | path

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

/external/libavc/encoder/x86/
Dih264e_half_pel_ssse3.c378 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local
407 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
411 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
413 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
414 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264e_sixtap_filter_2dvh_vert_ssse3()
420 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
424 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
426 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
427 res_t1_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264e_sixtap_filter_2dvh_vert_ssse3()
429 res_c0_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
[all …]
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c870 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local
898 res_t1_4x32b = _mm_madd_epi16(src_r0_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
902 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
904 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
906 res_t0_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
912 res_t1_4x32b = _mm_madd_epi16(src_r1_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
916 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
918 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
920 res_t1_4x32b = _mm_srai_epi32(res_t1_4x32b, 10); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
922 res_8x16b = _mm_packs_epi32(res_t0_4x32b, res_t1_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
[all …]