HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 24 int Left);
33 int Left = x->left_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 24 unsigned char Left[4];
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 84 LVM_INT32 Left; /* Left sample */
125 Left = *pStSrc++; /* Get the left sample */
136 Left += Mono; /* Mix in the mono signal */
143 HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (Vol_Mult) multiply */
144 LowWord = (Vol_Mult * (Left & 0xffff));
145 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift);
149 *pDst++ = Left; /* Save the results *
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 103 AnnotatedToken *Left = CurrentToken->Parent;
107 Left->MatchingParen = CurrentToken;
108 CurrentToken->MatchingParen = Left;
117 updateParameterCount(Left, CurrentToken);
134 AnnotatedToken *Left = CurrentToken->Parent;
137 Left->Type = TT_ObjCBlockLParen;
138 } else if (AnnotatedToken *MaybeSel = Left->Parent) {
148 Left->Type = TT_ObjCMethodExpr;
168 Left->MatchingParen = CurrentToken;
169 CurrentToken->MatchingParen = Left;
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 99 friend bool operator==(specific_attr_iterator Left,
101 assert((Left.Current == 0) == (Right.Current == 0));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
108 friend bool operator!=(specific_attr_iterator Left,
110 return !(Left == Right);
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
RenderDetailsMarker.cpp 84 return isOpen() ? Down : Left;
87 return isOpen() ? Left : Down;
88 return isOpen() ? Left : Up;
96 return isOpen() ? Up : Left;
104 case Left: return createLeftArrowPath();
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 48 static bool orderByID(const DiagnosticRecord &Left,
50 return Left.DiagID < Right.DiagID;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 52 final Slot slot = position == 0 ? Slot.Left :
ListHorizontalFocusWithinItemWins.java 56 context, desiredHeight, Slot.Left, Slot.Right);
  /external/skia/legacy/src/images/
SkMovie_gif.cpp 131 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
146 if (frame->ImageDesc.Left + copyWidth > width) {
147 copyWidth = width - frame->ImageDesc.Left;
176 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
178 if (frame->ImageDesc.Left + copyWidth > width) {
179 copyWidth = width - frame->ImageDesc.Left;
197 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
202 uint32_t* dst = bm->getAddr32(left, top);
204 if (left + copyWidth > bmWidth) {
205 copyWidth = bmWidth - left;
    [all...]
SkImageDecoder_libgif.cpp 210 if ( (desc.Top | desc.Left) < 0 ||
211 desc.Left + desc.Width > width ||
261 if ((desc.Top | desc.Left) > 0 ||
277 scanline += desc.Top * rowBytes + desc.Left;
  /external/skia/src/images/
SkMovie_gif.cpp 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
180 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
182 if (frame->ImageDesc.Left + copyWidth > width) {
183 copyWidth = width - frame->ImageDesc.Left;
201 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
206 uint32_t* dst = bm->getAddr32(left, top);
208 if (left + copyWidth > bmWidth) {
209 copyWidth = bmWidth - left;
    [all...]
SkImageDecoder_libgif.cpp 221 if ( (desc.Top | desc.Left) < 0 ||
222 desc.Left + desc.Width > width ||
272 if ((desc.Top | desc.Left) > 0 ||
288 scanline += desc.Top * rowBytes + desc.Left;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 49 private Align alignment = Align.Left;
82 this.alignment = Align.Left;
  /external/openfst/src/include/fst/
heap.h 125 // Compute left child of parent
126 int Left(int i) {
163 int l = Left(i);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 117 // compute left child of parent
118 int Left(int i) {
150 int l = Left(i);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 33 /// Record that a local context has been entered. Left and
37 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 53 ldrb r4, [r1], r2 ; Left[0]
55 ldrb r5, [r1], r2 ; Left[1]
56 ldrb r6, [r1], r2 ; Left[2]
58 ldrb r7, [r1] ; Left[3]
84 ldrb r4, [r1], r2 ; Left[0]
85 ldrb r5, [r1], r2 ; Left[1]
86 ldrb r6, [r1], r2 ; Left[2]
87 ldrb r7, [r1] ; Left[3]
177 ldrb r4, [r1], r2 ; Left[0]
179 ldrb r5, [r1], r2 ; Left[1
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 132 return this->Balance(add_internal(V, this->Left(T)), this->Value(T),
135 return this->Balance(this->Left(T), this->Value(T),
159 return this->Balance(removeOverlap(this->Left(T), K, Changed),
162 return this->Balance(this->Left(T), this->Value(T),

Completed in 1673 milliseconds

1 2 3