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

  /art/test/004-StackWalk/src/
Main.java 40 String s14 = new String("14"); local
62 s += s14;
  /external/clang/test/Sema/
bitfield-layout_1.c 143 } s14; variable in typeref:struct:__anon15550
144 CHECK_SIZE(s14,6)
  /art/test/020-string/src/
Main.java 125 String s14 = new String(codePoints, 1, 3); local
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 272 int16x8_t s11, s12, s13, s14; local
302 &s12, &s13, &s14);
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
312 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, max);
323 s6 = s14;
492 int16x8_t s11, s12, s13, s14; local
522 &s12, &s13, &s14);
523 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
532 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, max);
553 s6 = s14;
    [all...]
vpx_convolve8_neon.c 299 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
342 s14 = vreinterpretq_s16_u16(vmovl_u8(t7));
358 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
378 s6 = s14;
584 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
628 s14 = vreinterpretq_s16_u16(vmovl_u8(t7));
644 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
680 s6 = s14;
    [all...]
loopfilter_neon.c 549 uint8x##w##_t *s14, uint8x##w##_t *s15) { \
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
    [all...]
  /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 388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
427 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
436 x6 = WRAPLOW(dct_const_round_shift(s6 + s14));
444 x14 = WRAPLOW(dct_const_round_shift(s6 - s14));
462 s14 = -x14 * cospi_12_64 + x15 * cospi_20_64;
475 x10 = WRAPLOW(dct_const_round_shift(s10 + s14));
479 x14 = WRAPLOW(dct_const_round_shift(s10 - s14));
497 s14 = -x14 * cospi_24_64 + x15 * cospi_8_64;
512 x12 = WRAPLOW(dct_const_round_shift(s12 + s14));
514 x14 = WRAPLOW(dct_const_round_shift(s12 - s14));
1697 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [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 121 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3807 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local
4185 int64_t s14; local
    [all...]
  /external/r8/src/test/examples/jumbostring/
StringPool0.java 21 public static final String s14 = "14"; field in class:StringPool0
    [all...]

Completed in 484 milliseconds