Searched refs:res_t2_4x32b (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 870 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 899 res_t2_4x32b = _mm_madd_epi16(src_t1_8x16b, coeff2_3_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() 913 res_t2_4x32b = _mm_madd_epi16(src_t1_8x16b, coeff2_3_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() 1062 __m128i res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1092 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1095 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1105 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1108 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() [all …]
|
/external/libavc/encoder/x86/ |
D | ih264e_half_pel_ssse3.c | 378 __m128i res_t0_4x32b, res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local 408 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_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() 421 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_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() 446 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 449 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 459 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 462 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t2_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|