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

/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 Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
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...]
/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 Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
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...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb164 def overlaps?( range )
169 not overlaps?( range )
/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);
/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/lib/CodeGen/
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/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
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/include/llvm/CodeGen/
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
139 return overlaps(Other) && Latency == Other.Latency;
/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/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))
/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/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/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 705 milliseconds