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

  /art/test/004-StackWalk/src/
Main.java 41 String s15 = new String("15"); local
63 s += s15;
  /art/test/020-string/src/
Main.java 119 String s15 = new String(stringBuilder); local
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
392 x7 = fdct_round_shift(s7 + s15);
400 x15 = fdct_round_shift(s7 - s15);
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
431 x11 = fdct_round_shift(s11 + s15);
435 x15 = fdct_round_shift(s11 - s15);
453 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
468 x13 = fdct_round_shift(s13 + s15);
470 x15 = fdct_round_shift(s13 - s15);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
625 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
634 x7 = WRAPLOW(dct_const_round_shift(s7 + s15), 8);
642 x15 = WRAPLOW(dct_const_round_shift(s7 - s15), 8);
660 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
673 x11 = WRAPLOW(dct_const_round_shift(s11 + s15), 8);
677 x15 = WRAPLOW(dct_const_round_shift(s11 - s15), 8);
695 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
710 x13 = WRAPLOW(dct_const_round_shift(s13 + s15), 8);
712 x15 = WRAPLOW(dct_const_round_shift(s13 - s15), 8)
1820 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
692 x7 = dct_const_round_shift(s7 + s15);
700 x15 = dct_const_round_shift(s7 - s15);
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
731 x11 = dct_const_round_shift(s11 + s15);
735 x15 = dct_const_round_shift(s11 - s15);
753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
768 x13 = dct_const_round_shift(s13 + s15);
770 x15 = dct_const_round_shift(s13 - s15);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
843 x7 = fdct_round_shift(s7 + s15);
851 x15 = fdct_round_shift(s7 - s15);
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
882 x11 = fdct_round_shift(s11 + s15);
886 x15 = fdct_round_shift(s11 - s15);
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
919 x13 = fdct_round_shift(s13 + s15);
921 x15 = fdct_round_shift(s13 - s15);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3794 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); local
4172 int64_t s15; local
    [all...]

Completed in 504 milliseconds