Searched refs:res_t1_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 542 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_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() 548 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t3_8x16b); in ih264_inter_pred_luma_vert_ssse3() 550 res_t1_8x16b = _mm_srai_epi16(res_t1_8x16b, 5); //shifting right by 5 bits. in ih264_inter_pred_luma_vert_ssse3() 551 res_16x8b = _mm_packus_epi16(res_t1_8x16b, res_t1_8x16b); in ih264_inter_pred_luma_vert_ssse3() 602 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_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() 608 res_t1_8x16b = _mm_add_epi16(res_t1_8x16b, res_t3_8x16b); in ih264_inter_pred_luma_vert_ssse3() 610 res_t1_8x16b = _mm_srai_epi16(res_t1_8x16b, 5); //shifting right by 5 bits. 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 312 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_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() 317 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 319 _mm_storeu_si128((__m128i *)pi2_pred1, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 325 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_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() 330 res_t1_8x16b = _mm_add_epi16(res_t3_8x16b, res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 332 _mm_storeu_si128((__m128i *)(pi2_pred1 + 8), res_t1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 338 res_t1_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff0_1_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() [all …]
|