Home
last modified time | relevance | path

Searched refs:src_r0_1 (Results 1 – 2 of 2) sorted by relevance

/external/libmpeg2/common/x86/
Dimpeg2_inter_pred_sse42_intr.c479 __m128i src_r0, src_r0_1, src_r1, src_r1_1; in impeg2_mc_halfx_halfy_8x8_sse42() local
489 src_r0_1 = _mm_loadl_epi64((__m128i *) (ref_p1)); in impeg2_mc_halfx_halfy_8x8_sse42()
494 src_r0_1 = _mm_cvtepu8_epi16(src_r0_1); in impeg2_mc_halfx_halfy_8x8_sse42()
498 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 0 horizontal interpolation in impeg2_mc_halfx_halfy_8x8_sse42()
513 src_r0_1 = _mm_loadl_epi64((__m128i *) (ref_p3)); in impeg2_mc_halfx_halfy_8x8_sse42()
516 src_r0_1 = _mm_cvtepu8_epi16(src_r0_1); in impeg2_mc_halfx_halfy_8x8_sse42()
518 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 2 horizontal interpolation in impeg2_mc_halfx_halfy_8x8_sse42()
532 src_r0_1 = _mm_loadl_epi64((__m128i *) (ref_p3)); in impeg2_mc_halfx_halfy_8x8_sse42()
535 src_r0_1 = _mm_cvtepu8_epi16(src_r0_1); in impeg2_mc_halfx_halfy_8x8_sse42()
537 tmp1 = _mm_add_epi16(src_r0, src_r0_1); //Row 3 horizontal interpolation in impeg2_mc_halfx_halfy_8x8_sse42()
[all …]
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c393 __m128i src_r0_1, src_r0_2; in ih264_iquant_itrans_recon_8x8_ssse3() local
415 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
421 …temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 --… in ih264_iquant_itrans_recon_8x8_ssse3()
438 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
443 …temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 --… in ih264_iquant_itrans_recon_8x8_ssse3()
459 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
464 …temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 --… in ih264_iquant_itrans_recon_8x8_ssse3()
480 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
485 …temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 - … in ih264_iquant_itrans_recon_8x8_ssse3()
501 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]