Home
last modified time | relevance | path

Searched refs:overlaps (Results 1 – 25 of 100) sorted by relevance

1234

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c44 if (pbi->overlaps != NULL) { in vp8_alloc_overlap_lists()
45 vpx_free(pbi->overlaps); in vp8_alloc_overlap_lists()
46 pbi->overlaps = NULL; in vp8_alloc_overlap_lists()
49 pbi->overlaps = in vp8_alloc_overlap_lists()
52 if (pbi->overlaps == NULL) return -1; in vp8_alloc_overlap_lists()
58 vpx_free(pbi->overlaps); in vp8_de_alloc_overlap_lists()
59 pbi->overlaps = NULL; in vp8_de_alloc_overlap_lists()
63 static void assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi, in assign_overlap() argument
70 if (overlaps[i].bmi == NULL) { in assign_overlap()
71 overlaps[i].bmi = bmi; in assign_overlap()
[all …]
Dec_types.h31 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member
37 typedef struct { B_OVERLAP overlaps[16]; } MB_OVERLAP; member
Donyxd_int.h108 MB_OVERLAP *overlaps; member
/external/skia/src/pathops/
DSkPathOpsCommon.cpp322 SkOpCoincidence overlaps(globalState); in HandleCoincidence() local
325 SkOpCoincidence* pairs = overlaps.isEmpty() ? coincidence : &overlaps; in HandleCoincidence()
332 if (!pairs->findOverlaps(&overlaps DEBUG_ITER_PARAMS(SAFETY_COUNT - safetyHatch))) { in HandleCoincidence()
339 } while (!overlaps.isEmpty()); in HandleCoincidence()
DSkOpCoincidence.cpp566 SkTDArray<SkCoincidentSpans*>* overlaps) const { in checkOverlap()
570 overlaps); in checkOverlap()
572 return this->checkOverlap(check, oppSeg, coinSeg, oppTe, oppTs, coinTe, coinTs, overlaps); in checkOverlap()
605 *overlaps->append() = check; // partial overlap, extend existing entry in checkOverlap()
651 SkTDArray<SkCoincidentSpans*> overlaps; in addOrOverlap() local
653 if (!this->checkOverlap(fTop, coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &overlaps)) { in addOrOverlap()
657 coinTe, oppTs, oppTe, &overlaps)) { in addOrOverlap()
660 SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr; in addOrOverlap()
661 for (int index = 1; index < overlaps.count(); ++index) { // combine overlaps before continuing in addOrOverlap()
662 SkCoincidentSpans* test = overlaps[index]; in addOrOverlap()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp30 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { in overlaps() function in HexagonBlockRanges::IndexRange
58 assert(end() == A.start() || overlaps(A)); in merge()
95 if (Merge || Iter->overlaps(*Next)) { in unionize()
110 if (!A.overlaps(B)) { in addsub()
149 if (Rg.overlaps(Range)) { in subtract()
DHexagonBlockRanges.h88 bool overlaps(const IndexRange &A) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h57 bool overlaps(SlotIndex Start, SlotIndex Stop);
DLiveInterval.h441 bool overlaps(const LiveInterval& other) const {
449 bool overlaps(SlotIndex Start, SlotIndex End) const;
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableRangeSetTest.java355 boolean overlaps = false; in testExhaustive()
358 overlaps = true; in testExhaustive()
364 assertFalse(overlaps); in testExhaustive()
367 assertTrue(overlaps); in testExhaustive()
/external/valgrind/memcheck/tests/
Dleak-autofreepool-5.stderr.exp7 Block 0x..........0x........ overlaps with block 0x..........0x........
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h125 bool overlaps(const SDep &Other) const;
128 return overlaps(Other) && Latency == Other.Latency;
488 inline bool SDep::overlaps(const SDep &Other) const {
DLiveInterval.h420 bool overlaps(const LiveRange &other) const { in overlaps() function
431 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
436 bool overlaps(SlotIndex Start, SlotIndex End) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLoopRanges.cpp72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { in overlaps() function in MachineLoopRange
DRegAllocPBQP.cpp246 if (!vregLI->overlaps(*pregLI)) { in build()
298 if (l1.overlaps(l2)) { in build()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp189 bool livesOverlap = ld.overlaps(la); in addIntraChainConstraint()
270 if (ld.overlaps(lr)) { in addInterChainConstraint()
/external/llvm/test/CodeGen/X86/
Dstores-merging.ll42 ;; The 2-byte store to offset 3 overlaps the 2-byte store to offset 2;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp148 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/external/vboot_reference/futility/
Dcmd_dump_fmap.c233 static int overlaps(int i, int j) in overlaps() function
352 if (overlaps(i, j)) { in human_fmap()
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
/external/swiftshader/third_party/subzero/src/
DIceOperand.cpp137 bool LiveRange::overlaps(const LiveRange &Other, bool UseTrimmed) const { in overlaps() function in Ice::LiveRange
176 bool Validation = overlaps(Temp); in overlapsInst()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java660 overlappingMoveExceptionIntervals |= other.overlaps(intervals); in performLinearScan()
810 if (inactiveIntervals.overlaps(current)) { in allocateLinkedIntervals()
1015 if (inactiveRegister <= registerConstraint && unhandledInterval.overlaps(intervals)) { in allocateSingleInterval()
1290 if (inactiveRegister <= registerConstraint && intervals.overlaps(unhandledInterval)) { in allocateBlockedRegister()
1414 intervals.overlaps(unhandledInterval)) { in splitOverlappingInactiveIntervals()
1575 if (register <= registerConstraint && other.overlaps(interval)) { in blockLinkedRegisters()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt40 - Check for no obvious gaps or overlaps in tessellation triangulation for
119 triangle-filled area, and cases testing that there are no overlaps between
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const in overlaps() function in nv50_ir::Interval
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md95 Parameter value direct access. **This overlaps with ParameterHandle.**

1234