Searched refs:Left (Results 1 - 25 of 48) sorted by relevance

12

/external/libvpx/vp8/common/arm/
H A Dreconintra_arm.c25 int Left);
34 int Left = x->left_available; local
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; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/libvpx/vp8/common/
H A Dreconintra4x4.c24 unsigned char Left[4]; local
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[
[all...]
/external/clang/test/Modules/Inputs/
H A Dcategory_left.h3 @interface Foo(Left)
/external/clang/tools/diagtool/
H A DDiagnosticNames.cpp48 static bool orderByID(const DiagnosticRecord &Left, argument
50 return Left.DiagID < Right.DiagID;
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c616 unsigned char Left[4]; local
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[
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.cpp84 return isOpen() ? Down : Left;
87 return isOpen() ? Left : Down;
88 return isOpen() ? Left : Up;
96 return isOpen() ? Up : Left;
104 case Left: return createLeftArrowPath();
H A DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::RenderDetailsMarker::Orientation
/external/clang/include/clang/AST/
H A DAttr.h205 friend bool operator==(specific_attr_iterator Left, argument
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, argument
215 return !(Left == Right);
/external/skia/src/images/
H A DSkMovie_gif.cpp131 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;
284 if (target->ImageDesc.Left <= covered->ImageDesc.Left
285 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
286 target->ImageDesc.Left
[all...]
H A DSkImageDecoder_libgif.cpp210 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/
H A DStringBlock.java49 private Align alignment = Align.Left;
82 this.alignment = Align.Left;
H A DBitmapFont.java55 Left, enum constant in enum:BitmapFont.Align
/external/openfst/src/include/fst/
H A Dheap.h126 int Left(int i) { function in class:fst::Heap
163 int l = Left(i);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h118 int Left(int i) { function in class:fst::Heap
150 int l = Left(i);
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h34 /// Record that a local context has been entered. Left and
38 virtual void enterContext(Value *Left, Value *Right) = 0;
/external/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h132 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/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h120 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h115 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/quake/quake/src/WinQuake/
H A Dconproc.cpp307 info.srWindow.Left = 0;
337 info.srWindow.Left = 0;
/external/clang/include/clang/Sema/
H A DAttributeList.h500 inline AttributeList *addAttributeLists(AttributeList *Left,
502 if (!Left)
505 AttributeList *next = Left, *prev;
511 return Left;
/external/qemu/
H A Dcurses_keys.h123 [0x104] = 75 | GREY, /* Left Arrow */
451 { "Left", 0x104 },
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js61 Left: { code: 37, name: "\u2190" }, // also NUM_WEST
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, local
154 Left, InFlag);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp564 DirectiveList &Left,
570 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {
562 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end) argument
/external/libvpx/vp8/common/arm/neon/
H A Dbuildintrapredictorsmby_neon.asm25 ; stack int Left
41 ldr r5, [sp, #28] ; Left
306 ; stack int Left
324 ldr r5, [sp, #28] ; Left

Completed in 541 milliseconds

12