/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 49 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 …]
|
D | ec_types.h | 34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member 42 B_OVERLAP overlaps[16]; member
|
D | onyxd_int.h | 119 MB_OVERLAP *overlaps; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
D | error_concealment.c | 47 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 …]
|
D | ec_types.h | 34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member 42 B_OVERLAP overlaps[16]; member
|
D | onyxd_int.h | 119 MB_OVERLAP *overlaps; member
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PODInterval.h | 105 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()
|
D | PODIntervalTreeTest.cpp | 160 …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()
|
D | PODIntervalTree.h | 59 if (data.overlaps(m_lowValue, m_highValue)) in collectIfNeeded()
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree4.test | 120 # 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/ |
D | ShapeInterval.h | 70 bool overlaps(const ShapeInterval<T>& interval) const in overlaps() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 377 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;
|
D | ScheduleDAG.h | 125 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/ |
D | arrow_box.css | 26 * overlaps it) */
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | version_set.cc | 502 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/ |
D | LiveRegMatrix.cpp | 127 if (VirtReg.overlaps(UnitRange, CP, *LIS->getSlotIndexes())) in checkRegUnitInterference()
|
D | RegAllocPBQP.cpp | 232 if (vregLI->overlaps(LIS->getRegUnit(*Units))) { in build() 272 if (l1.overlaps(l2)) { in build()
|
/external/chromium_org/ui/base/cocoa/ |
D | hover_button.mm | 69 // If you have a separate window that overlaps the close button, and you
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
D | onebar.css | 67 /* This checkbox just overlaps the main content on smalls screens and doesn't
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
D | infobar_gradient_view.mm | 125 // This view is intentionally not opaque because it overlaps with the findbar.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 40 - 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/ |
D | m_transtab.c | 1759 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/ |
D | glibc-2.34567-NPTL-helgrind.supp | 2 # FIXME 22 Jan 09: helgrind-glibc2X-005 overlaps with a lot of
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_util.cpp | 164 bool Interval::overlaps(const Interval &that) const in overlaps() function in nv50_ir::Interval
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_util.cpp | 164 bool Interval::overlaps(const Interval &that) const in overlaps() function in nv50_ir::Interval
|