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

  /external/libvpx/libmkv/
EbmlIDs.h 61 //Cluster
62 Cluster = 0x1F43B675,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 40 // Disregard a cluster split time of anything over 2 hours.
46 // Try and merge 2 clusters if they are both smaller than min cluster size.
47 // The min cluster size can range from 8 to 15.
51 // Try and split a cluster if it is bigger than max cluster size.
52 // The max cluster size can range from 20 to 50.
56 // Initially put 2 items in the same cluster as long as they are within
57 // 3 cluster frequencies of each other.
65 // Make the cluster split time of a large cluster half that of a regula
    [all...]
  /external/libvpx/mkvparser/
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*,
611 long long m_pos; //of cluster
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 192 bool Cluster = false;
211 Cluster = true;
214 if (!Cluster)
238 // Cluster loads by adding MVT::Glue outputs and inputs. This also
257 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
269 // Cluster loads from "near" addresses into combined SUnits.
484 // Cluster certain nodes which should be scheduled together.

Completed in 197 milliseconds