Searched defs:overlaps (Results 1 - 25 of 33) sorted by relevance

12

/external/libvpx/libvpx/vp8/decoder/
H A Dec_types.h20 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
31 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon11850
34 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
35 * macroblock is further divided into block overlaps.
37 typedef struct { B_OVERLAP overlaps[16]; } MB_OVERLAP; member in struct:__anon11851
H A Donyxd_int.h108 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
H A Derror_concealment.c44 if (pbi->overlaps != NULL) {
45 vpx_free(pbi->overlaps);
46 pbi->overlaps = NULL;
49 pbi->overlaps =
52 if (pbi->overlaps == NULL) return -1;
58 vpx_free(pbi->overlaps);
59 pbi->overlaps = NULL;
62 /* Inserts a new overlap area value to the list of overlaps of a block */
63 static void assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi, argument
67 /* Find and assign to the next empty overlap node in the list of overlaps
214 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
276 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
292 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveInterval.cpp66 // overlaps - Return true if the intersection of the two live intervals is
69 // An example for overlaps():
81 // A->overlaps(C) should return false since we want to be able to join
125 /// overlaps - Return true if the live interval overlaps a range specified
127 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveInterval
H A DMachineLoopRanges.cpp70 /// overlaps - Return true if this loop overlaps the given range of machine
72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { function in class:MachineLoopRange
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb164 def overlaps?( range )
169 not overlaps?( range )
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp332 // overlaps - Return true if the intersection of the two live ranges is
335 // An example for overlaps():
347 // A->overlaps(C) should return false since we want to be able to join
391 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, function in class:LiveRange
419 // Advance the iterator that ends first to check for more overlaps.
432 /// overlaps - Return true if the live range overlaps an interval specified
434 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveRange
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
H A Dnv50_ir_peephole.cpp91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
1279 bool overlaps(const Instruction *ldst) const;
1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record
1674 if (!r->locked && r->overlaps(ld))
1688 if (!st || r->overlaps(st))
1692 if (!st || r->overlaps(st))
/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp30 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { function in class:HexagonBlockRanges::IndexRange
58 assert(end() == A.start() || overlaps(A));
95 if (Merge || Iter->overlaps(*Next)) {
110 if (!A.overlaps(B)) {
149 if (Rg.overlaps(Range)) {
/external/vboot_reference/futility/
H A Dcmd_dump_fmap.c233 static int overlaps(int i, int j) function
352 if (overlaps(i, j)) {
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
H A Dipaddr.py648 def overlaps(self, other): member in class:_BaseNet
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const;
128 return overlaps(Other) && Latency == Other.Latency;
488 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
/external/llvm/lib/IR/
H A DAttributes.cpp1455 bool AttrBuilder::overlaps(const AttrBuilder &B) const { function in class:AttrBuilder
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp186 // if there is an existing pair that overlaps the addition, extend it
563 // return true if span overlaps existing and needs to adjust the coincident list
567 SkTDArray<SkCoincidentSpans*>* overlaps) const {
571 overlaps);
573 return this->checkOverlap(check, oppSeg, coinSeg, oppTe, oppTs, coinTe, coinTs, overlaps);
606 *overlaps->append() = check; // partial overlap, extend existing entry
652 SkTDArray<SkCoincidentSpans*> overlaps; local
654 if (!this->checkOverlap(fTop, coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &overlaps)) {
658 coinTe, oppTs, oppTe, &overlaps)) {
661 SkCoincidentSpans* overlap = overlaps
[all...]
H A DSkPathOpsDebug.cpp1761 SkTDArray<SkCoincidentSpans*> overlaps; local
1764 &overlaps)) {
1768 coinTe, oppTs, oppTe, &overlaps)) {
1771 const SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr;
1772 for (int index = 1; index < overlaps.count(); ++index) { // combine overlaps before continuing
1773 const SkCoincidentSpans* test = overlaps[index];
1874 /* detects overlaps of different coincident runs on same segment */
1875 /* does not detect overlaps fo
[all...]
/external/valgrind/coregrind/
H A Dm_transtab.c1859 Bool overlaps ( Addr start, ULong range, const VexGuestExtents* vge ) function
1972 if (overlaps( guest_start, range, &tte->vge )) {
1997 && overlaps( guest_start, range, &sec->tt[i].vge )) {
2125 vg_assert(!overlaps( guest_start, range, &tte->vge ));
2301 && overlaps( guest_start, range, &unredir_tt[i].vge))
/external/caliper/lib/
H A Djoda-time-2.1.jar ... contains (org.joda.time.ReadableInterval) public boolean overlaps (org.joda.time.ReadableInterval) public boolean isBefore ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 1392 milliseconds

12