HomeSort by relevance Sort by last modified time
    Searched refs:Cluster (Results 26 - 48 of 48) sorted by null

12

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 195 // The position of the Cluster containing the Block.
198 // Number of the Block within the Cluster, starting from 1.
847 // Cluster element
851 class Cluster {
853 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
854 // position for the cluster within the segment that should be written in
856 Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale);
857 ~Cluster();
872 // timecode: Absolute (not relative to cluster) timestamp of the
889 // abs_timecode: Absolute (not relative to cluster) timestamp of th
    [all...]
mkvmuxerutil.cpp 531 Cluster* cluster) {
532 if (!writer || !frame || !frame->IsValid() || !cluster ||
533 !cluster->timecode_scale())
537 // timecode for the cluster itself (remember that block timecode
539 // only permit non-negative cluster-relative timecodes for blocks.
540 const int64 relative_timecode = cluster->GetRelativeTimecode(
541 frame->timestamp() / cluster->timecode_scale());
548 cluster->timecode_scale());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 121 const btSoftBody::Cluster* m_cluster;
123 btSoftClusterCollisionShape (const btSoftBody::Cluster* cluster) : m_cluster(cluster) { setMargin(0); }
701 btSoftBody::Cluster* cluster=(btSoftBody::Cluster*)leaf->data;
702 btSoftClusterCollisionShape cshape(cluster);
706 ///don't collide an anchored cluster with a static/kinematic object
707 if(m_colObjWrap->getCollisionObject()->isStaticOrKinematicObject() && cluster->m_containsAnchor
    [all...]
btSoftBody.cpp 388 void btSoftBody::appendLinearJoint(const LJoint::Specs& specs,Cluster* body0,Body body1)
414 void btSoftBody::appendAngularJoint(const AJoint::Specs& specs,Cluster* body0,Body body1)
951 btVector3 btSoftBody::clusterCom(const Cluster* cluster)
954 for(int i=0,ni=cluster->m_nodes.size();i<ni;++i)
956 com+=cluster->m_nodes[i]->m_x*cluster->m_masses[i];
958 return(com*cluster->m_imass);
962 btVector3 btSoftBody::clusterCom(int cluster) const
964 return(clusterCom(m_clusters[cluster]));
    [all...]
btSoftBodyHelpers.cpp 242 const btSoftBody::Cluster& c=psb->m_clusters[i];
249 // btSoftBody::Cluster& c=*psb->m_clusters[i];
387 /* Cluster tree */
    [all...]
  /external/skia/tools/lua/
ngrams.lua 8 -- To run on Cluster Telemetry, copy and paste the contents of this file into
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 70 Cluster ///< Weak DAG edge linking a chain of clustered instrs.
221 /// as "cluster", meaning it is artificial and wants to be adjacent.
223 return getKind() == Order && Contents.OrdKind == Cluster;
MachineScheduler.h 247 /// Record the next node in a scheduled cluster.
757 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
connection.py 32 Cluster, ClusterSummaryList, HadoopStep, \
87 Describes an Elastic MapReduce cluster
90 :param cluster_id: The cluster id of interest
95 return self.get_object('DescribeCluster', params, Cluster)
144 :param cluster_id: The cluster id of interest
157 Get a list of bootstrap actions for an Elastic MapReduce cluster
160 :param cluster_id: The cluster id of interest
179 :param created_after: Bound on cluster creation time
181 :param created_before: Bound on cluster creation time
183 :param cluster_states: Bound on cluster state
    [all...]
emrobject.py 257 class Cluster(EmrObject):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_connection.py 35 Cluster, RunJobFlowResponse
261 <Message>Cluster was terminated.</Message>
281 <Message>Cluster was terminated.</Message>
301 <Message>Cluster was terminated.</Message>
538 <Cluster>
572 </Cluster>
588 self.assertTrue(isinstance(response, Cluster))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 243 /* Open the new cluster. */
248 Ebml_StartSubElement(glob, &glob->startCluster, Cluster);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 215 bool Cluster = false;
237 Cluster = true;
242 if (!Cluster)
266 // Cluster loads by adding MVT::Glue outputs and inputs. This also
289 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
300 // Cluster loads from "near" addresses into combined SUnits.
515 // Cluster certain nodes which should be scheduled together.
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 113 const mkvparser::Cluster *mCluster;
305 // Need to parse this cluster some more
315 ALOGE("Cluster::Parse returned result %ld", res);
323 // We're done with this cluster
325 const mkvparser::Cluster *nextCluster;
650 // stream to find the target Cluster then iterating to finalize for
823 // from mkvparser::Segment::Load(), but stop at first cluster
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 642 instance types except Cluster Compute, Cluster GPU, and High Memory
643 Cluster. For more information, see `Instance Families and Types`_.
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 74 static cl::opt<bool> EnableLoadCluster("misched-cluster", cl::Hidden,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h     [all...]
msclus.h 37 typedef class Cluster Cluster;
39 typedef struct Cluster Cluster;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 967 milliseconds

12