/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 2385 __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 507 temp3_8x16b = _mm_shuffle_epi8(sao_offset, tmp_set_128i_4); 513 band_table3_16x8b = _mm_add_epi16(band_table3_16x8b, temp3_8x16b); 529 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, band_table0_16x8b); 530 band_table0_16x8b = _mm_and_si128(band_table0_16x8b, temp3_8x16b); 533 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, band_table3_16x8b); 534 band_table3_16x8b = _mm_or_si128(band_table3_16x8b, temp3_8x16b); 537 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, band_table2_16x8b); 538 band_table2_16x8b = _mm_or_si128(band_table2_16x8b, temp3_8x16b); 539 temp3_8x16b = _mm_cmpgt_epi16(cmp_mask, band_table3_16x8b) [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...] |
/external/libavc/encoder/x86/ |
ih264e_intra_modes_eval_ssse3.c | 592 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b; local 614 temp3_8x16b = _mm_srli_si128(temp2_8x16b, 2); //t2 t3 t4 t5 t6 t7 0 0 615 temp3_8x16b = _mm_shufflehi_epi16(temp3_8x16b, 0xd4); //t2 t3 t4 t5 t6 t7 t7 0 617 temp2_8x16b = _mm_add_epi16(temp2_8x16b, temp3_8x16b); //t1+t2 t2+t3... t6+t7 t7+t7 0 618 temp3_8x16b = _mm_srli_si128(temp2_8x16b, 2); //t2+t3 t3+t4... t7+t7 0 0 619 temp2_8x16b = _mm_add_epi16(temp2_8x16b, temp3_8x16b); //t1+2*t2+t3 t2+2*t3+t4.. t6+2*t7+t7 t7+t7 0 [all...] |