Home
last modified time | relevance | path

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

/external/libmpeg2/common/x86/
Dimpeg2_idct_recon_sse42_intr.c1855 __m128i round_stg2 = _mm_set1_epi32(IDCT_STG2_ROUND); in impeg2_idct_recon_dc_mismatch_sse42() local
1880 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1881 temp1 = _mm_add_epi32(temp1, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1906 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1907 temp1 = _mm_add_epi32(temp1, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1932 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1933 temp1 = _mm_add_epi32(temp1, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1958 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1959 temp1 = _mm_add_epi32(temp1, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1984 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
[all …]