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

  /art/test/StackWalk/
StackWalk.java 36 String s15 = new String("15"); local
58 s += s15;
  /external/libvpx/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...]
  /external/libvpx/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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
822 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
831 x7 = dct_const_round_shift(s7 + s15);
839 x15 = dct_const_round_shift(s7 - s15);
857 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
870 x11 = dct_const_round_shift(s11 + s15);
874 x15 = dct_const_round_shift(s11 - s15);
892 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
907 x13 = dct_const_round_shift(s13 + s15);
909 x15 = dct_const_round_shift(s13 - s15);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 290 const SwVfpRegister s15 = { 15 }; member in namespace:v8::internal
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 407 const SwVfpRegister s15 = { 15 }; member in namespace:v8::internal
    [all...]

Completed in 256 milliseconds