Searched refs:overlaps (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon13074
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon13075
H A Derror_concealment.c47 if (pbi->overlaps != NULL)
49 vpx_free(pbi->overlaps);
50 pbi->overlaps = NULL;
53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
56 if (pbi->overlaps == NULL)
64 vpx_free(pbi->overlaps);
65 pbi->overlaps = NULL;
68 /* Inserts a new overlap area value to the list of overlaps of a block */
69 static void assign_overlap(OVERLAP_NODE* overlaps, argument
76 /* Find and assign to the next empty overlap node in the list of overlaps
247 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
326 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
347 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...]
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
H A Donyxd_if.c88 pbi->overlaps = NULL;
/external/libvpx/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon24865
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon24866
H A Derror_concealment.c49 if (pbi->overlaps != NULL)
51 vpx_free(pbi->overlaps);
52 pbi->overlaps = NULL;
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
58 if (pbi->overlaps == NULL)
66 vpx_free(pbi->overlaps);
67 pbi->overlaps = NULL;
70 /* Inserts a new overlap area value to the list of overlaps of a block */
71 static void assign_overlap(OVERLAP_NODE* overlaps, argument
78 /* Find and assign to the next empty overlap node in the list of overlaps
249 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
349 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...]
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
H A Donyxd_if.c88 pbi->overlaps = NULL;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODInterval.h105 bool overlaps(const T& low, const T& high) const function in class:blink::PODInterval
114 bool overlaps(const PODInterval& other) const function in class:blink::PODInterval
116 return overlaps(other.low(), other.high());
H A DPODIntervalTreeTest.cpp160 Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1)); local
161 EXPECT_EQ(1U, overlaps.size());
162 EXPECT_EQ(5, overlaps[0].data().a);
163 EXPECT_EQ(6, overlaps[0].data().b);
H A DPODIntervalTree.h59 if (data.overlaps(m_lowValue, m_highValue))
154 // Starting from the given node, adds all overlaps with the given
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb164 def overlaps?( range )
169 not overlaps?( range )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeInterval.h70 bool overlaps(const ShapeInterval<T>& interval) const function in class:blink::ShapeInterval
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h375 /// overlaps - Return true if the intersection of the two live ranges is
377 bool overlaps(const LiveRange &other) const {
383 /// overlaps - Return true if the two ranges have overlapping segments
388 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
391 /// overlaps - Return true if the live range overlaps an interval specified
393 bool overlaps(SlotIndex Start, SlotIndex End) const;
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
139 return overlaps(Other) && Latency == Other.Latency;
/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp127 if (VirtReg.overlaps(UnitRange, CP, *LIS->getSlotIndexes()))
H A DRegAllocPBQP.cpp212 // Record any overlaps with regmask operands.
229 // vregLI overlaps fixed regunit interference.
232 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
272 if (l1.overlaps(l2)) {
H A DStackSlotColoring.cpp209 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
216 if (OtherLI->overlaps(*li))
H A DLiveInterval.cpp80 // overlaps - Return true if the intersection of the two live ranges is
83 // An example for overlaps():
95 // A->overlaps(C) should return false since we want to be able to join
139 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, function in class:LiveRange
167 // Advance the iterator that ends first to check for more overlaps.
180 /// overlaps - Return true if the live range overlaps an interval specified
182 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveRange
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc25 // Maximum bytes of overlaps in grandparent (i.e., level+2) before we
502 std::vector<FileMetaData*> overlaps; local
509 GetOverlappingInputs(level + 2, &start, &limit, &overlaps);
510 const int64_t sum = TotalFileSize(overlaps);
1158 std::vector<FileMetaData*> overlaps;
1163 &overlaps);
1164 const int64_t sum = TotalFileSize(overlaps);
/external/chromium_org/third_party/mesa/src/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/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
/external/valgrind/main/coregrind/
H A Dm_transtab.c1759 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) function
1854 if (overlaps( guest_start, range, &tte->vge )) {
1878 && overlaps( guest_start, range, &sec->tt[i].vge )) {
2000 vg_assert(!overlaps( guest_start, range, &tte->vge ));
2165 && overlaps( guest_start, range, &unredir_tt[i].vge))

Completed in 1060 milliseconds

12