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

  /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...]

Completed in 105 milliseconds