HomeSort by relevance Sort by last modified time
    Searched defs:h11 (Results 1 - 10 of 10) sorted by null

  /external/capstone/suite/MC/AArch64/
neon-scalar-saturating-rounding-shift.s.cs 3 0x6a,0x5d,0x6c,0x5e = sqrshl h10, h11, h12 package
7 0x6a,0x5d,0x6c,0x7e = uqrshl h10, h11, h12 package
neon-scalar-saturating-shift.s.cs 3 0x6a,0x4d,0x6c,0x5e = sqshl h10, h11, h12 package
7 0x6a,0x4d,0x6c,0x7e = uqshl h10, h11, h12 package
neon-scalar-mul.s.cs 2 0x6a,0xb5,0x6c,0x5e = sqdmulh h10, h11, h12
4 0x6a,0xb5,0x6c,0x7e = sqrdmulh h10, h11, h12 package
neon-scalar-saturating-add-sub.s.cs 3 0x6a,0x0d,0x6c,0x5e = sqadd h10, h11, h12 package
7 0x6a,0x0d,0x6c,0x7e = uqadd h10, h11, h12 package
11 0x6a,0x2d,0x6c,0x5e = sqsub h10, h11, h12 package
15 0x6a,0x2d,0x6c,0x7e = uqsub h10, h11, h12 package
neon-scalar-by-elem-saturating-mul.s.cs 10 0x6a,0xc9,0x4a,0x5f = sqdmulh h10, h11, v10.h[4] package
  /frameworks/av/include/media/
Interpolator.h 192 const S h11 = t3 - t2 ; local
193 return h00 * low->second + (h10 * m0 + h11 * m1) * interval + h01 * high->second;
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
123 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10);
139 MADD_SHORT(h10, h11, k1, k2, out2, out3);
267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
305 BUTTERFLY_4(tp0, tp1, tp3, tp2, out0, out1, h11, h10);
320 MADD_SHORT(h10, h11, k1, k2, out2, out3);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 329 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
381 BUTTERFLY_4(g4, g6, g14, g12, h10, h11, v6, v4);
382 BUTTERFLY_4(h8, h9, h11, h10, out0, out1, h11, h10);
464 MADD_SHORT(h10, h11, k1, k2, out2, out3);
  /external/libxaac/decoder/
ixheaacd_ps_dec.c 717 WORD16 h11, h12, h21, h22; local
819 h11 = ixheaacd_mult16_shl(ixheaacd_cos512(indexplusa, cos_sin_lookup_tab),
830 ixheaacd_sub16(h11, ptr_ps_dec->h11_h12_vec[2 * group + 0]));
846 ptr_ps_dec->h11_h12_vec[2 * group + 0] = h11;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 2952 int h11 = ((iw1 >> DSP32Mac_h11_bits) & DSP32Mac_h11_mask); local
3035 int h11 = ((iw1 >> DSP32Mac_h11_bits) & DSP32Mac_h11_mask); local
    [all...]

Completed in 627 milliseconds