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

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 150 unsigned char *Above = dst - dst_stride;
152 unsigned char top_left = Above[-1];
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
542 /* above-left mb */
550 /* above mb */
    [all...]
rdopt.c 245 /* Experimental code using the same basic equation as used for Q above
658 unsigned char *Above = dst - dst_stride;
660 unsigned char top_left = Above[-1];
669 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
1001 if (m == ABOVE4X4) /* replace above with left if same */
1531 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 151 unsigned char *Above = dst - dst_stride;
153 unsigned char top_left = Above[-1];
161 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
544 /* above-left mb */
552 /* above mb */
    [all...]
rdopt.c 246 /* Experimental code using the same basic equation as used for Q above
659 unsigned char *Above = dst - dst_stride;
661 unsigned char top_left = Above[-1];
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
1007 if (m == ABOVE4X4) /* replace above with left if same */
1537 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 46 // they are merged down. So, if set A is above set B, and one decides to set an
59 // \brief The index for the set "above" current
60 StratifiedIndex Above;
68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
71 bool hasAbove() const { return Above != SetSentinel; }
74 void clearAbove() { Above = SetSentinel; }
84 // above or below another. In CFL Alias Analysis, this gives us an indication
90 // Sets may also have attributes (as noted above). These attributes are
140 // This builder has a notion of some value A being above, below, or with some
142 // > The `A above B` relationship implies that there is a reference edge goin
    [all...]
CFLAliasAnalysis.cpp 25 // algorithm outlined in "Fast algorithms..." (mentioned above)
101 enum class Level { Same, Above, Below };
362 // Gets whether the sets at Index1 above, below, or equal to the sets at
379 if (Current->Above == Index2)
380 return Level::Above;
381 Current = &Sets.getLink(Current->Above);
729 // Function declarations that require types defined in the namespace above
853 return Level::Above;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 195 unsigned char *Above = dst - dst_stride;
198 unsigned char top_left = Above[-1];
200 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 194 unsigned char *Above = dst - dst_stride;
197 unsigned char top_left = Above[-1];
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 340 enum DisplayHint { Above, Below };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/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...]
  /external/libvncserver/x11vnc/
nox11.h 68 the above copyright notice appear in all copies and that both that
72 The above copyright notice and this permission notice shall be included in
93 provided that the above copyright notice appear in all copies and that
235 confused with event masks above. They start from 2 because 0 and 1
288 masks defined above. */
299 /* button masks. Used in same manner as Key masks above. Not to be confused
312 and ButtonRelease events. Not to be confused with button masks above.
313 Note that 0 is already defined above as "AnyButton". */
437 /* Note that CopyFromParent is already defined as 0 above */
485 /* Window gravity + bit gravity above */
1576 Window above; member in struct:__anon13611
1609 Window above; member in struct:__anon13614
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 599 milliseconds