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

1 2

  /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);
reconintra4x4_arm.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/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...]
  /frameworks/base/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...]
  /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/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 117 // compute left child of parent
118 int Left(int i) {
150 int l = Left(i);
  /external/skia/src/images/
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/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.
array-reduce.js 105 // ---- Test Reduce[Left]
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 55 Left: 37, // also NUM_WEST
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 59 case 55: // Left Command
65 case 56: // Left Shift
69 case 58: // Left Alt
73 case 59: // Left Ctrl
134 // VK_LWIN (5B) Left windows/meta key
135 case 55: // Left Command
143 case 56: // Left Shift
148 case 58: // Left Alt
153 case 59: // Left Ctrl
211 // VK_LBUTTON (01) Left mouse butto
    [all...]
  /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);
  /external/quake/quake/src/WinQuake/
conproc.cpp 307 info.srWindow.Left = 0;
337 info.srWindow.Left = 0;
  /frameworks/base/core/tests/coretests/src/android/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");
250 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);
  /external/qemu/
curses_keys.h 123 [0x104] = 75 | GREY, /* Left Arrow */
451 { "Left", 0x104 },
  /external/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 25 ; stack int Left
41 ldr r5, [sp, #28] ; Left
78 ; Load left row, if it exists
306 ; stack int Left
324 ldr r5, [sp, #28] ; Left
361 ; Load left row, if it exists
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
dgif_lib.c 342 if (DGifGetWord(GifFile, &GifFile->Image.Left) == GIF_ERROR ||
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 104 case WKCACFLayer::Left: return kCACFGravityLeft();
126 return WKCACFLayer::Left;
WKCACFLayer.h 55 enum ContentsGravityType { Center, Top, Bottom, Left, Right, TopLeft, TopRight,
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
346 #outputData($testName, "LEFT");
  /external/icu4c/test/perf/perldriver/
Output.pm 215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
346 #outputData($testName, "LEFT");
  /external/clearsilver/imd/
imd.cs 198 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&picture=<?cs var:url_escape(Picture) ?>&rotate=-90">Left</A> -
  /external/v8/src/
runtime.js 109 // checked in the CompareStub, so there should be nothing left.
117 var left;
123 left = this;
127 left = this;
132 left = %ToPrimitive(this, NUMBER_HINT);
137 if (IS_STRING(left) && IS_STRING(right)) {
138 return %_StringCompare(left, right);
140 var left_number = %ToNumber(left);
174 // Left operand (this) is already a string.
261 // left operand. This ensures that valueOf methods on the righ
    [all...]

Completed in 299 milliseconds

1 2