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

  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 101 __m128i temp0_8x16b, temp1_8x16b, alt_first_mask; local
150 temp0_8x16b = _mm_shuffle_epi8(src_uv0_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);
163 temp0_8x16b = _mm_shuffle_epi8(src_uv0_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);
176 temp0_8x16b = _mm_shuffle_epi8(src_uv0_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_sao_ssse3_intr.c 479 __m128i temp0_8x16b, temp1_8x16b, temp2_8x16b, temp3_8x16b; local
504 temp0_8x16b = _mm_shuffle_epi8(sao_offset, tmp_set_128i_1);
510 band_table0_16x8b = _mm_add_epi16(band_table0_16x8b, temp0_8x16b);
575 temp0_8x16b = _mm_load_si128((__m128i *)(gu2_table_band_idx));
581 temp0_8x16b = _mm_add_epi16(temp0_8x16b, band_pos_v_16x8b);
592 temp0_8x16b = _mm_add_epi16(temp0_8x16b, tmp_set_128i_1);
598 temp0_8x16b = _mm_and_si128(temp0_8x16b, temp1_8x16b)
    [all...]

Completed in 568 milliseconds