HomeSort by relevance Sort by last modified time
    Searched refs:_mm_unpacklo_epi64 (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 153 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
166 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
179 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
192 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
228 src_u_8x16b = _mm_unpacklo_epi64(temp0_8x16b, temp1_8x16b);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 38 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1);
40 res[2] = _mm_unpacklo_epi64(tr1_2, tr1_3);
42 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
44 res[6] = _mm_unpacklo_epi64(tr1_6, tr1_7);
68 out[0] = _mm_unpacklo_epi64(tr1_0, tr1_4);
70 out[2] = _mm_unpacklo_epi64(tr1_2, tr1_6);
vp9_idct_intrin_ssse3.c 420 const __m128i lo_2_14 = _mm_unpacklo_epi64(in[1], in[1]);
429 const __m128i lo_0_8 = _mm_unpacklo_epi64(in[0], in[0]);
449 stp1_0 = _mm_unpacklo_epi64(tmp0, tmp0);
464 stp1_9 = _mm_unpacklo_epi64(tmp2, zero);
465 stp1_10 = _mm_unpacklo_epi64(tmp3, zero);
466 stp1_8 = _mm_unpacklo_epi64(tmp0, zero);
467 stp1_11 = _mm_unpacklo_epi64(tmp1, zero);
484 tmp1 = _mm_unpacklo_epi64(lo_6_5, lo_6_6);
485 tmp0 = _mm_unpacklo_epi64(lo_10_13, lo_10_14);
486 tmp4 = _mm_unpacklo_epi64(lo_11_12, lo_11_13)
    [all...]
vp9_loopfilter_intrin_sse2.c     [all...]
  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c     [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c     [all...]