HomeSort by relevance Sort by last modified time
    Searched defs:Left (Results 1 - 21 of 21) sorted by null

  /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/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
  /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/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...]
  /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/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 148 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
152 Left, InFlag);
  /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);
  /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);
  /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/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 53 * Align text on the left of the text block
55 Left,
236 // over the left. So we subtract.
  /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/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 550 unsigned Left = --OpenChildren[Parent];
551 if (Left != 0)
MachineLICM.cpp 676 unsigned Left = --OpenChildren[Parent];
677 if (Left != 0)
    [all...]
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 187 NonLoc left,
553 NonLoc left,
577 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
579 left = right;
584 // If left > max - right, we have an overflow.
585 SVal willOverflow = svalBuilder.evalBinOpNN(state, BO_GT, left,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 164 // Left piece is longer.
203 StringRef Left = Split.first, Right = Split.second;
204 if (Left == PP.getPredefines()) {
212 CommandLine.push_back(Left);
226 Left.split(CmdLineLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
    [all...]

Completed in 1257 milliseconds