Searched refs:res_t3_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 544 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264_inter_pred_luma_vert_ssse3() 547 res_t3_8x16b = _mm_add_epi16(res_t3_8x16b, const_val16_8x16b); in ih264_inter_pred_luma_vert_ssse3() 548 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t3_8x16b); in ih264_inter_pred_luma_vert_ssse3() 604 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264_inter_pred_luma_vert_ssse3() 607 res_t3_8x16b = _mm_add_epi16(res_t3_8x16b, const_val16_8x16b); in ih264_inter_pred_luma_vert_ssse3() 608 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t3_8x16b); in ih264_inter_pred_luma_vert_ssse3() 621 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264_inter_pred_luma_vert_ssse3() 624 res_t3_8x16b = _mm_add_epi16(res_t3_8x16b, const_val16_8x16b); in ih264_inter_pred_luma_vert_ssse3() 625 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t3_8x16b); 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 314 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 317 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 327 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 330 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 340 res_t3_8x16b = _mm_maddubs_epi16(src_r4r5_16x8b, coeff4_5_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 343 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|