HomeSort by relevance Sort by last modified time
    Searched refs:temp2_8x16b (Results 1 - 5 of 5) sorted by null

  /external/libavc/encoder/x86/
ih264e_intra_modes_eval_ssse3.c 592 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b; local
598 temp2_8x16b = _mm_slli_si128(temp1_8x16b, 2); // 0 l3 l2 l1 l0 tl t0 t1
599 temp2_8x16b = _mm_shufflelo_epi16(temp2_8x16b, 0xe5); //l3 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
603 temp2_8x16b = _mm_shufflelo_epi16(temp2_8x16b, 0xe5);
604 temp1_8x16b = _mm_add_epi16(temp1_8x16b, temp2_8x16b); //4*l3 l3+2*l3+l2 l3+2*l2+l1... t0+2*t1+t2
613 temp2_8x16b = _mm_unpacklo_epi8(temp2_16x8b, zero_vector); //t1 t2 t3 t4 t5 t6 t7
    [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
2385 __m128i temp1_8x16b, temp2_8x16b, temp3_8x16b, temp4_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
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_8x16b)
    [all...]

Completed in 4450 milliseconds