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

1 2 3

  /external/libvpx/vp8/common/arm/
reconintra_arm.c 25 int Left);
34 int Left = x->left_available;
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
48 int Left);
57 int Left = x->left_available;
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/libvpx/vp8/common/
reconintra4x4.c 24 unsigned char Left[4];
27 Left[0] = (*(x->base_dst))[x->dst - 1];
28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
41 expected_dc += Left[i];
64 int pred = Above[c] - top_left + Left[r];
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
109 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2
    [all...]
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /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/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;
  /external/libvpx/vp8/decoder/
reconintra_mt.c 616 unsigned char Left[4];
630 Left[i] = pbi->mt_yleft_col[mb_row][num + i];
633 Left[0] = (*(x->base_dst))[x->dst - 1];
634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
653 expected_dc += Left[i];
676 int pred = Above[c] - top_left + Left[r];
720 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2
    [all...]
  /external/clang/include/clang/AST/
Attr.h 205 friend bool operator==(specific_attr_iterator Left,
207 if (Left.Current < Right.Current)
208 Left.AdvanceToNext(Right.Current);
210 Right.AdvanceToNext(Left.Current);
211 return Left.Current == Right.Current;
213 friend bool operator!=(specific_attr_iterator Left,
215 return !(Left == Right);
  /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/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/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 34 /// Record that a local context has been entered. Left and
38 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /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),
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
249 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);

Completed in 398 milliseconds

1 2 3