Searched refs:coeff2_3_16x8b (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 225 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; in ih264_inter_pred_luma_horz_ssse3() local 234 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264_inter_pred_luma_horz_ssse3() 269 …res_r0r1_t2_8x16b = _mm_maddubs_epi16(src_r0r1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 … in ih264_inter_pred_luma_horz_ssse3() 340 …res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4… in ih264_inter_pred_luma_horz_ssse3() 342 …res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3 b2… in ih264_inter_pred_luma_horz_ssse3() 417 …res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3 a4… in ih264_inter_pred_luma_horz_ssse3() 419 …res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3 b2… in ih264_inter_pred_luma_horz_ssse3() 496 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; in ih264_inter_pred_luma_vert_ssse3() local 503 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264_inter_pred_luma_vert_ssse3() 543 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 | 114 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; in ih264e_sixtapfilter_horz_ssse3() local 121 coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtapfilter_horz_ssse3() 155 …res_r0_t2_8x16b = _mm_maddubs_epi16(src_r0_t1_16x8b, coeff2_3_16x8b); //a2*c2+a3*c3 a3*c2+a4*c3… in ih264e_sixtapfilter_horz_ssse3() 157 …res_r1_t2_8x16b = _mm_maddubs_epi16(src_r1_t1_16x8b, coeff2_3_16x8b); //b2*c2+b3*c3 b3*c2+b4*c3… in ih264e_sixtapfilter_horz_ssse3() 271 __m128i coeff0_1_16x8b, coeff2_3_16x8b, coeff4_5_16x8b; in ih264e_sixtap_filter_2dvh_vert_ssse3() local 274 … coeff2_3_16x8b = _mm_set1_epi32(0x14141414); //c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 c2 c3 in ih264e_sixtap_filter_2dvh_vert_ssse3() 313 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); 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() 339 res_t2_8x16b = _mm_maddubs_epi16(src_r2r3_16x8b, coeff2_3_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3()
|