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

  /art/test/StackWalk/
StackWalk.java 36 String s15 = new String("15"); local
58 s += s15;
  /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 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 = dct_const_round_shift(s7 + s15);
851 x15 = dct_const_round_shift(s7 - s15);
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
882 x11 = dct_const_round_shift(s11 + s15);
886 x15 = dct_const_round_shift(s11 - s15);
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
919 x13 = dct_const_round_shift(s13 + s15);
921 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 379 const SwVfpRegister s15 = { 15 }; member in namespace:v8::internal
    [all...]

Completed in 627 milliseconds