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

  /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);
  /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...]
  /external/swiftshader/third_party/llvm-7.0/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
122 /// This builder has a notion of some value A being above, below, or with some
124 /// > The `A above B` relationship implies that there is a reference edge
126 /// > The `A below B` relationship is the opposite of `A above B`. It implie
    [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 187 unsigned char *Above = dst - dst_stride;
189 unsigned char top_left = Above[-1];
196 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16,
527 /* above-left mb */
537 /* above mb */
    [all...]
rdopt.c 181 /* Experimental code using the same basic equation as used for Q above
543 unsigned char *Above = dst - dst_stride;
545 unsigned char top_left = Above[-1];
553 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16,
857 if (m == ABOVE4X4) { /* replace above with left if same */
1341 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /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...]
  /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},
cxfa_node.cpp     [all...]
  /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
  /art/compiler/optimizing/
nodes.h     [all...]
code_generator_arm64.cc     [all...]

Completed in 234 milliseconds