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

  /art/test/004-StackWalk/src/
Main.java 40 String s14 = new String("14"); local
62 s += s14;
  /art/test/020-string/src/
Main.java 118 String s14 = new String(codePoints, 1, 3); local
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
391 x6 = fdct_round_shift(s6 + s14);
399 x14 = fdct_round_shift(s6 - s14);
417 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
430 x10 = fdct_round_shift(s10 + s14);
434 x14 = fdct_round_shift(s10 - s14);
452 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
467 x12 = fdct_round_shift(s12 + s14);
469 x14 = fdct_round_shift(s12 - s14);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
624 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
633 x6 = WRAPLOW(dct_const_round_shift(s6 + s14), 8);
641 x14 = WRAPLOW(dct_const_round_shift(s6 - s14), 8);
659 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
672 x10 = WRAPLOW(dct_const_round_shift(s10 + s14), 8);
676 x14 = WRAPLOW(dct_const_round_shift(s10 - s14), 8);
694 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
709 x12 = WRAPLOW(dct_const_round_shift(s12 + s14), 8);
711 x14 = WRAPLOW(dct_const_round_shift(s12 - s14), 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
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
691 x6 = dct_const_round_shift(s6 + s14);
699 x14 = dct_const_round_shift(s6 - s14);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
730 x10 = dct_const_round_shift(s10 + s14);
734 x14 = dct_const_round_shift(s10 - s14);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
767 x12 = dct_const_round_shift(s12 + s14);
769 x14 = dct_const_round_shift(s12 - s14);
    [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
833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
842 x6 = fdct_round_shift(s6 + s14);
850 x14 = fdct_round_shift(s6 - s14);
868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
881 x10 = fdct_round_shift(s10 + s14);
885 x14 = fdct_round_shift(s10 - s14);
903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
918 x12 = fdct_round_shift(s12 + s14);
920 x14 = fdct_round_shift(s12 - s14);
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 429 template<typename T> struct s14 {}; struct
430 template<typename T> using a14 = s14<T>;
    [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 3793 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local
4171 int64_t s14; local
    [all...]

Completed in 68 milliseconds