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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
51 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
57 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
62 /* process x11 & x14 */
63 x11 = sad_4pixel(x11, x14, x9)
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
159 MVN x11, x11, lsr #SHIFT; local
160 BIC x11, x11, x12, lsl #(32-SHIFT); local
175 LDR x11, [ref, #4]; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
182 MVN x11, x11, lsr #SHIFT; local
183 BIC x11, x11, x12, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
106 x11 = *((uint32*)(ref + 4));
110 /* process x11 & x14 */
111 x11 = sad_4pixel(x11, x14, x9);
119 x5 = x5 + x11; /* accumulate low bytes */
120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
293 LDR x11, [ref, #4]; local
320 RSBS x11, dmin, x10, lsr #16; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
65 /* process x11 & x14 */
66 x11 = sad_4pixel(x11, x14, x9)
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
163 MVN x11, x11, lsr #SHIFT; local
164 BIC x11, x11, x12, lsl #(32-SHIFT); local
179 LDR x11, [ref, #4]; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
186 MVN x11, x11, lsr #SHIFT; local
187 BIC x11, x11, x12, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #16 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
109 x11 = *((uint32*)(ref + 4));
113 /* process x11 & x14 */
114 x11 = sad_4pixel(x11, x14, x9);
122 x5 = x5 + x11; /* accumulate low bytes */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
296 LDR x11, [ref, #4]; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 63 } x11; variable in typeref:struct:__anon6099
struct2.c 60 } x11; variable in typeref:struct:__anon6100
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 58 #include <X11/Xlib.h>
59 #include <X11/Xatom.h>
89 Display *display; /**< The X11 display */
90 Window window; /**< The X11 display window */
92 * any X11 functions using the display variable,
104 Window fswindow; /**< The X11 fullscreen window */
105 Window wmwindow; /**< The X11 managed input window */
110 Display *gfxdisplay; /**< The X11 display to which rendering is done */
112 } x11; member in union:SDL_SysWMinfo::__anon13291
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 58 #include <X11/Xlib.h>
59 #include <X11/Xatom.h>
89 Display *display; /**< The X11 display */
90 Window window; /**< The X11 display window */
92 * any X11 functions using the display variable,
104 Window fswindow; /**< The X11 fullscreen window */
105 Window wmwindow; /**< The X11 managed input window */
110 Display *gfxdisplay; /**< The X11 display to which rendering is done */
112 } x11; member in union:SDL_SysWMinfo::__anon43436
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 58 #include <X11/Xlib.h>
59 #include <X11/Xatom.h>
89 Display *display; /**< The X11 display */
90 Window window; /**< The X11 display window */
92 * any X11 functions using the display variable,
104 Window fswindow; /**< The X11 fullscreen window */
105 Window wmwindow; /**< The X11 managed input window */
110 Display *gfxdisplay; /**< The X11 display to which rendering is done */
112 } x11; member in union:SDL_SysWMinfo::__anon43461
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 58 #include <X11/Xlib.h>
59 #include <X11/Xatom.h>
89 Display *display; /**< The X11 display */
90 Window window; /**< The X11 display window */
92 * any X11 functions using the display variable,
104 Window fswindow; /**< The X11 fullscreen window */
105 Window wmwindow; /**< The X11 managed input window */
110 Display *gfxdisplay; /**< The X11 display to which rendering is done */
112 } x11; member in union:SDL_SysWMinfo::__anon43486
  /external/clang/test/CodeGen/
override-layout.c 80 // CHECK: Type: struct X11
81 struct PACKED X11 {
156 struct X11 x11; local
157 typedef int X11array[sizeof(struct X11)];
158 x11.y = sizeof(struct X11);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 66 x11 RN 11 label
137 ;// x10 x11 x12
149 LDRB x11, [pSrc1, #+1]
157 ORR x11x10, x10, x11, LSL #16
158 ORR x12x11, x11, x12, LSL #16
  /external/clang/test/FixIt/
fixit.cpp 82 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
110 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} local
111 (void)x11;
129 if (int x11 >>= 0) { (void)x11; } // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}}
  /external/speex/libspeex/
filters.c 510 spx_word16_t x11, x21; local
515 x11 = xx1[N2-1+j-i];
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
521 y1 = MAC16_16(MAC16_16(y1, a1, x11), a1, x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
526 y1 = ADD32(y1,MULT16_16(a1, x11+x21));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
544 y2 = ADD32(y2,MULT16_16(a0, x11-x21));
545 y3 = ADD32(y3,MULT16_16(a1, x11+x21))
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 207 struct X11 : X10 { // expected-error {{no suitable member 'operator delete' in 'X11'}}
212 X11 x11; // expected-note {{implicit default destructor for 'X11' first required here}} local
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 449 milliseconds