HomeSort by relevance Sort by last modified time
    Searched defs:x11 (Results 26 - 39 of 39) sorted by null

12

  /external/clang/test/SemaCXX/
new-delete.cpp 214 struct X11 : X10 { // expected-error {{no suitable member 'operator delete' in 'X11'}}
219 X11 x11; // expected-note {{implicit destructor for 'X11' first required here}} local
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 928 int x11 = input[10]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 652 int x11 = input[10]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
696 x11 = dct_const_round_shift(s3 - s11);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
749 s11 = x11;
766 x11 = s9 - s11
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 812 int x11 = input[10]; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
847 x11 = fdct_round_shift(s3 - s11);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
900 s11 = x11;
917 x11 = s9 - s11;
928 s10 = cospi_16_64 * (x10 + x11);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 928 int x11 = input[10]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 652 int x11 = input[10]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
696 x11 = dct_const_round_shift(s3 - s11);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
749 s11 = x11;
766 x11 = s9 - s11
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 812 int x11 = input[10]; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
847 x11 = fdct_round_shift(s3 - s11);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
900 s11 = x11;
917 x11 = s9 - s11;
928 s10 = cospi_16_64 * (x10 + x11);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 252 Register characters_address = x11;
276 __ Cset(x11, eq);
278 backtrack_stackpointer(), Operand(x11, LSL, kWRegSizeLog2));
297 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
423 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
528 __ Mov(x11, Operand(table));
535 __ Ldrb(w11, MemOperand(x11, w10, UXTW));
751 __ Neg(x11, x10);
752 __ Cmp(x11, (1<<30) - 1);
892 __ Mov(x11, num_registers_left_on_stack)
1160 __ Add(backtrack_stackpointer(), x11, Operand(read_from, SXTW)); local
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 21 * \brief Platform that uses X11 via GLX.
40 namespace x11 namespace in namespace:tcu
91 class GlxDisplay : public x11::Display
158 x11::Display& m_x11Display;
159 x11::Window m_x11Window;
200 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context")
224 : x11::Display (eventState, name)
685 } // x11
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 805 milliseconds

12