Home
last modified time | relevance | path

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

1234

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c49 if (pbi->overlaps != NULL) in vp8_alloc_overlap_lists()
51 vpx_free(pbi->overlaps); in vp8_alloc_overlap_lists()
52 pbi->overlaps = NULL; in vp8_alloc_overlap_lists()
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, in vp8_alloc_overlap_lists()
58 if (pbi->overlaps == NULL) in vp8_alloc_overlap_lists()
66 vpx_free(pbi->overlaps); in vp8_de_alloc_overlap_lists()
67 pbi->overlaps = NULL; in vp8_de_alloc_overlap_lists()
71 static void assign_overlap(OVERLAP_NODE* overlaps, in assign_overlap() argument
82 if (overlaps[i].bmi == NULL) in assign_overlap()
84 overlaps[i].bmi = bmi; in assign_overlap()
[all …]
Dec_types.h34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member
42 B_OVERLAP overlaps[16]; member
Donyxd_int.h119 MB_OVERLAP *overlaps; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Derror_concealment.c47 if (pbi->overlaps != NULL) in vp8_alloc_overlap_lists()
49 vpx_free(pbi->overlaps); in vp8_alloc_overlap_lists()
50 pbi->overlaps = NULL; in vp8_alloc_overlap_lists()
53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, in vp8_alloc_overlap_lists()
56 if (pbi->overlaps == NULL) in vp8_alloc_overlap_lists()
64 vpx_free(pbi->overlaps); in vp8_de_alloc_overlap_lists()
65 pbi->overlaps = NULL; in vp8_de_alloc_overlap_lists()
69 static void assign_overlap(OVERLAP_NODE* overlaps, in assign_overlap() argument
80 if (overlaps[i].bmi == NULL) in assign_overlap()
82 overlaps[i].bmi = bmi; in assign_overlap()
[all …]
Dec_types.h34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member
42 B_OVERLAP overlaps[16]; member
Donyxd_int.h119 MB_OVERLAP *overlaps; member
/external/chromium_org/third_party/WebKit/Source/platform/
DPODInterval.h105 bool overlaps(const T& low, const T& high) const in overlaps() function
114 bool overlaps(const PODInterval& other) const in overlaps() function
116 return overlaps(other.low(), other.high()); in overlaps()
DPODIntervalTreeTest.cpp160 …Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1… in TEST() local
161 EXPECT_EQ(1U, overlaps.size()); in TEST()
162 EXPECT_EQ(5, overlaps[0].data().a); in TEST()
163 EXPECT_EQ(6, overlaps[0].data().b); in TEST()
DPODIntervalTree.h59 if (data.overlaps(m_lowValue, m_highValue)) in collectIfNeeded()
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree4.test120 # Do an overlaps query on all dimensions
150 # Do an overlaps query with surplus contraints at the beginning.
183 # Do an overlaps query with surplus contraints at the end
215 # Do an overlaps query with surplus contraints where the
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInterval.h70 bool overlaps(const ShapeInterval<T>& interval) const in overlaps() function
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h377 bool overlaps(const LiveRange &other) const { in overlaps() function
388 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
393 bool overlaps(SlotIndex Start, SlotIndex End) const;
DScheduleDAG.h125 bool overlaps(const SDep &Other) const { in overlaps() function
139 return overlaps(Other) && Latency == Other.Latency;
/external/chromium_org/ui/file_manager/video_player/css/
Darrow_box.css26 * overlaps it) */
/external/chromium_org/third_party/leveldatabase/src/db/
Dversion_set.cc502 std::vector<FileMetaData*> overlaps; in PickLevelForMemTableOutput() local
509 GetOverlappingInputs(level + 2, &start, &limit, &overlaps); in PickLevelForMemTableOutput()
510 const int64_t sum = TotalFileSize(overlaps); in PickLevelForMemTableOutput()
1158 std::vector<FileMetaData*> overlaps; in MaxNextLevelOverlappingBytes() local
1163 &overlaps); in MaxNextLevelOverlappingBytes()
1164 const int64_t sum = TotalFileSize(overlaps); in MaxNextLevelOverlappingBytes()
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp127 if (VirtReg.overlaps(UnitRange, CP, *LIS->getSlotIndexes())) in checkRegUnitInterference()
DRegAllocPBQP.cpp232 if (vregLI->overlaps(LIS->getRegUnit(*Units))) { in build()
272 if (l1.overlaps(l2)) { in build()
/external/chromium_org/ui/base/cocoa/
Dhover_button.mm69 // If you have a separate window that overlaps the close button, and you
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
Donebar.css67 /* This checkbox just overlaps the main content on smalls screens and doesn't
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view.mm125 // This view is intentionally not opaque because it overlaps with the findbar.
/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/valgrind/main/coregrind/
Dm_transtab.c1759 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) in overlaps() function
1854 if (overlaps( guest_start, range, &tte->vge )) { in delete_translations_in_sector_eclass()
1878 && overlaps( guest_start, range, &sec->tt[i].vge )) { in delete_translations_in_sector()
2000 vg_assert(!overlaps( guest_start, range, &tte->vge )); in VG_()
2165 && overlaps( guest_start, range, &unredir_tt[i].vge)) in unredir_discard_translations()
/external/valgrind/main/
Dglibc-2.34567-NPTL-helgrind.supp2 # FIXME 22 Jan 09: helgrind-glibc2X-005 overlaps with a lot of
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const in overlaps() function in nv50_ir::Interval
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const in overlaps() function in nv50_ir::Interval

1234