Searched refs:res_t2_8x16b (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 494 __m128i res_16x8b, res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; in ih264_inter_pred_luma_vert_ssse3() local 543 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264_inter_pred_luma_vert_ssse3() 546 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264_inter_pred_luma_vert_ssse3() 603 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264_inter_pred_luma_vert_ssse3() 606 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264_inter_pred_luma_vert_ssse3() 620 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264_inter_pred_luma_vert_ssse3() 623 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264_inter_pred_luma_vert_ssse3() 671 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264_inter_pred_luma_vert_ssse3() 674 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264_inter_pred_luma_vert_ssse3() 684 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264_inter_pred_luma_vert_ssse3() [all …]
|
/external/libavc/encoder/x86/ |
D | ih264e_half_pel_ssse3.c | 270 __m128i res_t1_8x16b, res_t2_8x16b, res_t3_8x16b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local 313 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 316 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 326 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 329 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 339 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 342 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t2_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|