HomeSort by relevance Sort by last modified time
    Searched defs:Cluster (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/media/formats/webm/
cluster_builder.h 14 class Cluster {
16 Cluster(scoped_ptr<uint8[]> data, int size);
17 ~Cluster();
26 DISALLOW_IMPLICIT_CONSTRUCTORS(Cluster);
42 scoped_ptr<Cluster> Finish();
43 scoped_ptr<Cluster> FinishWithUnknownSize();
cluster_builder.cc 14 0x1F, 0x43, 0xB6, 0x75, // CLUSTER ID
15 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // cluster(size = 0)
57 Cluster::Cluster(scoped_ptr<uint8[]> data, int size)
59 Cluster::~Cluster() {}
174 scoped_ptr<Cluster> ClusterBuilder::Finish() {
179 scoped_ptr<Cluster> ret(new Cluster(buffer_.Pass(), bytes_used_));
184 scoped_ptr<Cluster> ClusterBuilder::FinishWithUnknownSize()
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 44 // * Cluster -- aligned 1-MB region of the address space
45 // * Block-ID -- block-number within a cluster
46 // * Cluster-ID -- Starting address of cluster divided by cluster size
49 // 1. A hash-table maps from a cluster-ID to the data for that cluster.
50 // 2. For each non-empty cluster we keep an array indexed by
58 // | id->cluster |---> ...
60 // | id->cluster |---> Cluste
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 44 // * Cluster -- aligned 1-MB region of the address space
45 // * Block-ID -- block-number within a cluster
46 // * Cluster-ID -- Starting address of cluster divided by cluster size
49 // 1. A hash-table maps from a cluster-ID to the data for that cluster.
50 // 2. For each non-empty cluster we keep an array indexed by
58 // | id->cluster |---> ...
60 // | id->cluster |---> Cluste
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 221 bool Cluster = false;
243 Cluster = true;
248 if (!Cluster)
272 // Cluster loads by adding MVT::Glue outputs and inputs. This also
295 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
307 // Cluster loads from "near" addresses into combined SUnits.
523 // Cluster certain nodes which should be scheduled together.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 118 // A block that is evaluated for becoming a cluster root.
120 // A cluster root that establishes an independent multiplier.
122 // A cluster root with an explicit width. These are likely to be independent.
124 // A cluster that is wider or narrower than its parent. These also create an
127 // A cluster that suppresses autosizing.
150 struct Cluster {
151 explicit Cluster(const RenderBlock* root, BlockFlags flags, Cluster* parent, Supercluster* supercluster = 0)
168 Cluster* m_parent;
208 typedef Vector<OwnPtr<Cluster> > ClusterStack
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 137 typedef std::list<Scalar> Cluster;
138 typedef std::list<Cluster> ListOfClusters;
167 DynamicIntVectorType m_eivalToCluster; /**< \brief m_eivalToCluster[i] = j means i-th ei'val is in j-th cluster */
169 DynamicIntVectorType m_blockStart; /**< \brief Row index at which block corresponding to i-th cluster starts */
170 IntVectorType m_permutation; /**< \brief Permutation which groups ei'vals in the same cluster together */
228 * # Any eigenvalue in a certain cluster is at most separation() away
229 * from another eigenvalue in the same cluster.
246 Cluster l;
268 /** \brief Find cluster in #m_clusters containing some value
270 * \returns Iterator to cluster containing \c key, o
325 Index cluster = m_eivalToCluster[i]; local
    [all...]
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 60 /* Cluster */
61 Cluster = 0x1F43B675,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 60 /* Cluster */
61 Cluster = 0x1F43B675,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 41 // Disregard a cluster split time of anything over 2 hours.
47 // Try and merge 2 clusters if they are both smaller than min cluster size.
48 // The min cluster size can range from 8 to 15.
52 // Try and split a cluster if it is bigger than max cluster size.
53 // The max cluster size can range from 20 to 50.
57 // Initially put 2 items in the same cluster as long as they are within
58 // 3 cluster frequencies of each other.
66 // Make the cluster split time of a large cluster half that of a regula
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1982 Cluster* const cluster = cluster_list_[i]; local
2233 const Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2302 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2361 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2464 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2797 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
2914 Cluster* const cluster = cluster_list_[i]; local
2960 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
3012 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
mkvparser.hpp 66 class Cluster;
79 long Parse(const Cluster*);
82 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
106 short m_timecode; // relative to cluster
121 BlockEntry(Cluster*, long index);
127 const Cluster* GetCluster() const;
135 Cluster* const m_pCluster;
144 SimpleBlock(Cluster*, long index, long long start, long long size);
159 BlockGroup(Cluster*, long index
    [all...]
mkvmuxer.hpp 165 // The position of the Cluster containing the Block.
168 // Number of the Block within the Cluster, starting from 1.
696 // Cluster element
700 class Cluster {
702 Cluster(uint64 timecode, int64 cues_pos);
703 ~Cluster();
705 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
706 // position for the cluster within the segment that should be written in
717 // timecode: Absolute (not relative to cluster) timestamp of the
734 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2093 Cluster* const cluster = cluster_list_[i]; local
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2556 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2603 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2957 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3075 Cluster* const cluster = cluster_list_[i]; local
3121 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
3178 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
    [all...]
mkvmuxer.hpp 166 // The position of the Cluster containing the Block.
169 // Number of the Block within the Cluster, starting from 1.
703 // Cluster element
707 class Cluster {
709 Cluster(uint64 timecode, int64 cues_pos);
710 ~Cluster();
712 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
713 // position for the cluster within the segment that should be written in
724 // timecode: Absolute (not relative to cluster) timestamp of the
743 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
mkvparser.hpp 75 class Cluster;
89 long Parse(const Cluster*);
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
117 short m_timecode; //relative to cluster
134 BlockEntry(Cluster*, long index);
140 const Cluster* GetCluster() const;
148 Cluster* const m_pCluster;
160 SimpleBlock(Cluster*, long index, long long start, long long size);
179 Cluster*,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2093 Cluster* const cluster = cluster_list_[i]; local
2348 const Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2422 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2488 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2556 Cluster* const cluster = cluster_list_[cluster_list_size_ - 1]; local
2603 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
2957 Cluster*& cluster = cluster_list_[cluster_list_size_]; local
3075 Cluster* const cluster = cluster_list_[i]; local
3121 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
3178 Cluster* const cluster = cluster_list_[cluster_list_size_-1]; local
    [all...]
mkvmuxer.hpp 166 // The position of the Cluster containing the Block.
169 // Number of the Block within the Cluster, starting from 1.
703 // Cluster element
707 class Cluster {
709 Cluster(uint64 timecode, int64 cues_pos);
710 ~Cluster();
712 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
713 // position for the cluster within the segment that should be written in
724 // timecode: Absolute (not relative to cluster) timestamp of the
743 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
mkvparser.hpp 75 class Cluster;
89 long Parse(const Cluster*);
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
117 short m_timecode; //relative to cluster
134 BlockEntry(Cluster*, long index);
140 const Cluster* GetCluster() const;
148 Cluster* const m_pCluster;
160 SimpleBlock(Cluster*, long index, long long start, long long size);
179 Cluster*,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
215 /// as "cluster", meaning it is artificial and wants to be adjacent.
217 return getKind() == Order && Contents.OrdKind == Cluster;
MachineScheduler.h 241 /// Record the next node in a scheduled cluster.
748 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 75 class Cluster;
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
115 short m_timecode; //relative to cluster
130 BlockEntry(Cluster*, long index);
136 const Cluster* GetCluster() const;
144 Cluster* const m_pCluster;
156 SimpleBlock(Cluster*, long index, long long start, long long size);
175 Cluster*,
612 long long m_pos; //of cluster
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 216 const ClusterBindings &Cluster = I.getData();
217 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end();
248 ClusterBindings Cluster = (ExistingCluster ? *ExistingCluster
251 ClusterBindings NewCluster = CBFactory.add(Cluster, K, V);
263 const ClusterBindings *Cluster = lookup(K.getBaseRegion());
264 if (!Cluster)
266 return Cluster->lookup(K);
276 const ClusterBindings *Cluster = lookup(Base);
277 if (!Cluster)
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 66 class Cluster;
79 long Parse(const Cluster*);
82 long long GetTimeCode(const Cluster*) const; // absolute, but not scaled
83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
106 short m_timecode; // relative to cluster
121 BlockEntry(Cluster*, long index);
127 const Cluster* GetCluster() const;
135 Cluster* const m_pCluster;
144 SimpleBlock(Cluster*, long index, long long start, long long size);
159 BlockGroup(Cluster*, long index
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h 37 typedef class Cluster Cluster;
39 typedef struct Cluster Cluster;
    [all...]

Completed in 635 milliseconds

1 2