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

1 2

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 22 const uint8_t *above, const uint8_t *left);
39 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft,
44 Above (aka, Aboveb + 4). Play it safe by reserving enough stack
51 unsigned char *Above = Aboveb + 4;
71 memcpy(Above, above, 8);
72 Above[-1] = top_left;
74 pred[b_mode](dst, dst_stride, Above, Left);
reconintra4x4.h 34 void vp8_intra4x4_predict(unsigned char *Above, unsigned char *yleft,
  /external/llvm/lib/Analysis/
StratifiedSets.h 48 /// The index for the set "above" current
49 StratifiedIndex Above;
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
60 bool hasAbove() const { return Above != SetSentinel; }
63 void clearAbove() { Above = SetSentinel; }
73 /// above or below another. In CFL Alias Analysis, this gives us an indication
79 /// Sets may also have attributes (as noted above). These attributes are
131 /// This builder has a notion of some value A being above, below, or with some
133 /// > The `A above B` relationship implies that there is a reference edge
135 /// > The `A below B` relationship is the opposite of `A above B`. It implie
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 116 {"-123", 0, "-0", Above},
125 {"1.5", 1, "2", Above},
378 a = Above
761 {"-Inf", 0, Above},
762 {"-1", 0, Above},
763 {"-1e-1000", 0, Above},
791 {"-Inf", math.MinInt64, Above},
792 {"-1e10000", math.MinInt64, Above},
793 {"-9223372036854775809", math.MinInt64, Above},
794 {"-9223372036854775808.000000000000000000001", math.MinInt64, Above},
    [all...]
float.go 148 Above Accuracy = +1
184 func makeAcc(above bool) Accuracy {
185 if above {
186 return Above
459 // A positive result (!z.neg) is Above the exact result if we increment,
476 // set msb == carry == 1 from the mantissa overflow above
722 // The result is (0, Above) for x < 0, and (math.MaxUint64, Below)
732 return 0, Above
756 return 0, Above
766 // an integer, and Above (x < 0) or Below (x > 0) otherwise
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 116 {"-123", 0, "-0", Above},
125 {"1.5", 1, "2", Above},
378 a = Above
761 {"-Inf", 0, Above},
762 {"-1", 0, Above},
763 {"-1e-1000", 0, Above},
791 {"-Inf", math.MinInt64, Above},
792 {"-1e10000", math.MinInt64, Above},
793 {"-9223372036854775809", math.MinInt64, Above},
794 {"-9223372036854775808.000000000000000000001", math.MinInt64, Above},
    [all...]
float.go 148 Above Accuracy = +1
184 func makeAcc(above bool) Accuracy {
185 if above {
186 return Above
459 // A positive result (!z.neg) is Above the exact result if we increment,
476 // set msb == carry == 1 from the mantissa overflow above
722 // The result is (0, Above) for x < 0, and (math.MaxUint64, Below)
732 return 0, Above
756 return 0, Above
766 // an integer, and Above (x < 0) or Below (x > 0) otherwise
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 51 unsigned char *Above = dst - dst_stride;
53 unsigned char top_left = Above[-1];
55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor,
pickinter.c 188 unsigned char *Above = dst - dst_stride;
190 unsigned char top_left = Above[-1];
197 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16,
528 /* above-left mb */
538 /* above mb */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
string.go 102 {2, "Above"},
132 {10, 15, 'A', "Above"},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
string.go 102 {2, "Above"},
132 {10, 15, 'A', "Above"},
  /external/libvpx/libvpx/vp8/decoder/
threading.c 162 unsigned char *Above;
167 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4
168 * above-right).*/
170 Above = xd->recon_above[0] + b->offset;
172 Above = dst - dst_stride;
186 top_left = Above[-1];
189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
decodeframe.c 170 unsigned char *Above = dst - dst_stride;
173 unsigned char top_left = Above[-1];
175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 12 the above copyright notice appear in all copies and that both that
16 The above copyright notice and this permission notice shall be included in
37 provided that the above copyright notice appear in all copies and that
178 confused with event masks above. They start from 2 because 0 and 1
232 masks defined above. */
243 /* button masks. Used in same manner as Key masks above. Not to be confused
256 and ButtonRelease events. Not to be confused with button masks above.
257 Note that 0 is already defined above as "AnyButton". */
385 /* Note that CopyFromParent is already defined as 0 above */
433 /* Window gravity + bit gravity above */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 454 // Kind = Above doesn't make much sense.
458 Above CommentKind = iota
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 454 // Kind = Above doesn't make much sense.
458 Above CommentKind = iota
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 340 enum DisplayHint { Above, Below };
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 266 Above,
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 179 {0x9a83a3cd, L"above", XFA_AttributeEnum::Above},
  /external/vixl/tools/
generate_tests.py 9 # * Redistributions of source code must retain the above copyright notice,
11 # * Redistributions in binary form must reproduce the above copyright notice,
296 type described in the `data-types.json` file as described above.
306 example as above, we will have the following list:
374 Above, we've decided to generate three tests: a "simulator" test and two
411 // For each of the instructions above, run them with a different value in "rd"
434 // For each of the instructions above, run them against all combinations of
505 // Same as above but limit the test to 200 instructions where rd == rn.
605 all of the operands described in `kTests` above. And each instruction will be
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 340 enum DisplayHint { Above, Below };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 340 enum DisplayHint { Above, Below };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 340 enum DisplayHint { Above, Below };

Completed in 901 milliseconds

1 2