Searched refs:coeff0_1_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 305 coeff0_1_8x16b = _mm_shuffle_epi8(src_temp1_16x8b, control_mask_1_8x16b); /* pi1_coeff[4] */ in ihevc_inter_pred_luma_horz_ssse3() 336 … res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 369 … res_temp11_8x16b = _mm_maddubs_epi16(src_temp13_16x8b, coeff0_1_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 425 … res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 463 … res_temp11_8x16b = _mm_maddubs_epi16(src_temp13_16x8b, coeff0_1_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 527 … res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 583 … res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_8x16b); /* row = 0 */ in ihevc_inter_pred_luma_horz_ssse3() 621 … res_temp11_8x16b = _mm_maddubs_epi16(src_temp13_16x8b, coeff0_1_8x16b); /* row = 1 */ in ihevc_inter_pred_luma_horz_ssse3() 672 … res_temp1_8x16b = _mm_maddubs_epi16(src_temp3_16x8b, coeff0_1_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 876 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 898 res_t1_4x32b = _mm_madd_epi16(src_r0_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 912 res_t1_4x32b = _mm_madd_epi16(src_r1_8x16b, coeff0_1_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 1069 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1091 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1104 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1122 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1135 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_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 384 coeff0_1_8x16b = _mm_set1_epi32(0xFFFB0001); //c0 c1 c0 c1 c0 c1 c0 c1 in ih264e_sixtap_filter_2dvh_vert_ssse3() 407 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 420 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 445 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 458 res_t1_4x32b = _mm_madd_epi16(src_r0r1_8x16b, coeff0_1_8x16b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|