/external/libhevc/decoder/x86/ |
ihevcd_fmt_conv_ssse3_intr.c | 101 __m128i temp0_8x16b, temp1_8x16b, alt_first_mask; local 151 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 153 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); 154 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); 164 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 166 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); 167 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); 177 temp1_8x16b = _mm_shuffle_epi8(src_uv1_8x16b, alt_first_mask); 179 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b); 180 src_v_8x16b = _mm_unpackhi_epi64(temp0_8x16b, temp1_8x16b); [all...] |
/external/libhevc/common/x86/ |
ihevc_chroma_intra_pred_filters_ssse3_intr.c | 1215 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 1342 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 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 2149 __m128i fract1_8x16b, temp_8x16b, temp1_8x16b; local 2385 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 2478 __m128i fract1_8x16b, temp_8x16b, temp1_8x16b; local [all...] |
ihevc_intra_pred_filters_sse42_intr.c | 1463 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 1575 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 1754 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 2008 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; 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...] |
ihevc_intra_pred_filters_ssse3_intr.c | 2376 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 2494 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 2673 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; local 2928 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_8x16b; 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...] |
ihevc_sao_ssse3_intr.c | 479 __m128i temp0_8x16b, temp1_8x16b, temp2_8x16b, temp3_8x16b; local 505 temp1_8x16b = _mm_shuffle_epi8(sao_offset, tmp_set_128i_2); 511 band_table1_16x8b = _mm_add_epi16(band_table1_16x8b, temp1_8x16b); 515 temp1_8x16b = _mm_set1_epi16(0x00ff); 520 band_table0_16x8b = _mm_and_si128(band_table0_16x8b, temp1_8x16b); 521 band_table1_16x8b = _mm_and_si128(band_table1_16x8b, temp1_8x16b); 522 band_table2_16x8b = _mm_and_si128(band_table2_16x8b, temp1_8x16b); 523 band_table3_16x8b = _mm_and_si128(band_table3_16x8b, temp1_8x16b); 525 //temp1_8x16b reuse for compare storage 558 band_table0_16x8b = _mm_and_si128(band_table0_16x8b, temp1_8x16b); [all...] |
/external/libavc/encoder/x86/ |
ih264e_intra_modes_eval_ssse3.c | 592 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b; local 597 temp1_8x16b = _mm_unpacklo_epi8(left_top_16x8b, zero_vector); //l3 l2 l1 l0 tl t0 t1 t2 598 temp2_8x16b = _mm_slli_si128(temp1_8x16b, 2); // 0 l3 l2 l1 l0 tl t0 t1 601 temp1_8x16b = _mm_add_epi16(temp1_8x16b, temp2_8x16b); //l3+l3 l3+l2 l2+l1... t1+t2 602 temp2_8x16b = _mm_slli_si128(temp1_8x16b, 2); //l3+l3 l3+l3 l3+l2... t0+t1 604 temp1_8x16b = _mm_add_epi16(temp1_8x16b, temp2_8x16b); //4*l3 l3+2*l3+l2 l3+2*l2+l1... t0+2*t1+t2 606 temp1_8x16b = _mm_add_epi16(const_2_8x16b, temp1_8x16b); //4*l3+2 3*l3+l2+2 l3+2*l2+l1+2.. t0+2*t1+t2+ [all...] |