Searched defs:Left (Results 1 - 15 of 15) sorted by relevance

/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/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::RenderDetailsMarker::Orientation
/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/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/clang/include/clang/AST/
H A DAttr.h200 friend bool operator==(specific_attr_iterator Left, argument
202 if (Left.Current < Right.Current)
203 Left.AdvanceToNext(Right.Current);
205 Right.AdvanceToNext(Left.Current);
206 return Left.Current == Right.Current;
208 friend bool operator!=(specific_attr_iterator Left, argument
210 return !(Left == Right);
/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/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, local
151 Left, InFlag);
/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/llvm/lib/CodeGen/
H A DMachineCSE.cpp494 unsigned Left = --OpenChildren[Parent]; local
495 if (Left != 0)
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp415 DirectiveList &Left,
421 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {
413 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end) argument
/external/giflib/
H A Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
/external/llvm/include/llvm/ADT/
H A Dilist.h703 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
704 Left.swap(Right);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp976 const Expr *Left = CE->getArg(0); local
1005 DefinedOrUnknownSVal LV = cast<DefinedOrUnknownSVal>(state->getSVal(Left));
1017 state = CheckBufferAccess(C, state, Size, Left);
1028 state = CheckBufferAccess(C, state, Size, Left, Right);
/external/clang/lib/Serialization/
H A DASTReader.cpp164 // Left piece is longer.
202 StringRef Left = Split.first, Right = Split.second; local
203 if (Left == PP.getPredefines()) {
211 CommandLine.push_back(Left);
225 Left.split(CmdLineLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);

Completed in 1496 milliseconds