Searched refs:res_t3_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 900 res_t3_4x32b = _mm_madd_epi16(src_t2_8x16b, coeff4_5_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 903 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_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() 914 res_t3_4x32b = _mm_madd_epi16(src_t2_8x16b, coeff4_5_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 917 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_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() 1062 __m128i res_t1_4x32b, res_t2_4x32b, res_t3_4x32b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1093 res_t3_4x32b = _mm_madd_epi16(src_r4r5_8x16b, coeff4_5_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1096 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_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 409 res_t3_4x32b = _mm_madd_epi16(src_r4r5_8x16b, coeff4_5_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 412 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_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() 422 res_t3_4x32b = _mm_madd_epi16(src_r4r5_8x16b, coeff4_5_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 425 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_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() 447 res_t3_4x32b = _mm_madd_epi16(src_r4r5_8x16b, coeff4_5_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 450 res_t3_4x32b = _mm_add_epi32(res_t3_4x32b, const_val512_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 451 res_t1_4x32b = _mm_add_epi32(res_t1_4x32b, res_t3_4x32b); in ih264e_sixtap_filter_2dvh_vert_ssse3() [all …]
|