Searched refs:temp2_8x16b (Results 1 - 4 of 4) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c1215 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1243 temp2_8x16b = _mm_set1_epi8(ai1_src_temp_val[2]); /* col=1*/
1248 temp2_8x16b = _mm_unpacklo_epi8(temp2_8x16b, fract2_8x16b);
1279 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
1342 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1371 temp2_8x16b = _mm_set1_epi8(ai1_src_temp_val[2]); /* col=1*/
1376 temp2_8x16b = _mm_unpacklo_epi8(temp2_8x16b, fract2_8x16b);
1447 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
1657 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1776 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2057 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2385 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
[all...]
H A Dihevc_intra_pred_filters_sse42_intr.c1463 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1491 temp2_8x16b = _mm_shuffle_epi32(fract1_8x16b, 0xaa);
1516 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
1575 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1598 temp2_8x16b = _mm_shuffle_epi32(fract_4x32b, 0x55);
1655 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
1754 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
1780 temp2_8x16b = _mm_shuffle_epi32(fract_4x32b, 0x55);
1830 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
2008 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16 local
2174 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2378 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2586 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c2376 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2410 temp2_8x16b = _mm_shuffle_epi32(fract1_8x16b, 0xaa);
2435 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
2494 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2517 temp2_8x16b = _mm_shuffle_epi32(fract_4x32b, 0x55);
2574 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
2673 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
2699 temp2_8x16b = _mm_shuffle_epi32(fract_4x32b, 0x55);
2749 src_temp2_8x16b = _mm_maddubs_epi16(src_temp2_8x16b, temp2_8x16b);
2928 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16 local
3100 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
3304 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
3512 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local
[all...]
H A Dihevc_sao_ssse3_intr.c479 __m128i temp0_8x16b, temp1_8x16b, temp2_8x16b, temp3_8x16b; local
506 temp2_8x16b = _mm_shuffle_epi8(sao_offset, tmp_set_128i_3);
512 band_table2_16x8b = _mm_add_epi16(band_table2_16x8b, temp2_8x16b);
577 temp2_8x16b = _mm_load_si128((__m128i *)(gu2_table_band_idx + 16));
583 temp2_8x16b = _mm_add_epi16(temp2_8x16b, band_pos_v_16x8b);
594 temp2_8x16b = _mm_add_epi16(temp2_8x16b, tmp_set_128i_3);
600 temp2_8x16b = _mm_and_si128(temp2_8x16b, temp1_8x16
[all...]

Completed in 131 milliseconds