Searched refs:coeff2_3_8x16b (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_inter_pred_filters_ssse3_intr.c | 279 __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; in ihevc_inter_pred_luma_horz_ssse3() local 306 coeff2_3_8x16b = _mm_shuffle_epi8(src_temp1_16x8b, control_mask_2_8x16b); /* pi1_coeff[4] */ in ihevc_inter_pred_luma_horz_ssse3() 342 … res_temp2_8x16b = _mm_maddubs_epi16(src_temp4_16x8b, coeff2_3_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 375 … res_temp12_8x16b = _mm_maddubs_epi16(src_temp14_16x8b, coeff2_3_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 431 … res_temp2_8x16b = _mm_maddubs_epi16(src_temp4_16x8b, coeff2_3_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 469 … res_temp12_8x16b = _mm_maddubs_epi16(src_temp14_16x8b, coeff2_3_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 533 … res_temp2_8x16b = _mm_maddubs_epi16(src_temp4_16x8b, coeff2_3_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 589 … res_temp2_8x16b = _mm_maddubs_epi16(src_temp4_16x8b, coeff2_3_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 627 … res_temp12_8x16b = _mm_maddubs_epi16(src_temp14_16x8b, coeff2_3_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 678 … res_temp2_8x16b = _mm_maddubs_epi16(src_temp4_16x8b, coeff2_3_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() [all …]
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 873 __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 877 coeff2_3_8x16b = _mm_set1_epi32(0x00140014); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 899 res_t2_4x32b = _mm_madd_epi16(src_t1_8x16b, coeff2_3_8x16b); 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() 1066 __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1070 coeff2_3_8x16b = _mm_set1_epi32(0x00140014); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1092 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); 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() 1123 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1136 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() [all …]
|
/external/libavc/encoder/x86/ |
D | ih264e_half_pel_ssse3.c | 381 __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local 385 coeff2_3_8x16b = _mm_set1_epi32(0x00140014); //c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtap_filter_2dvh_vert_ssse3() 408 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); 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() 446 res_t2_4x32b = _mm_madd_epi16(src_r2r3_8x16b, coeff2_3_8x16b); 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()
|