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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 166 ListOfClusters m_clusters; /**< \brief Partition of eigenvalues into clusters of ei'vals "close" to each other */ member in class:Eigen::MatrixFunction
226 * This function computes #m_clusters. This is a partition of the
245 if (qi == m_clusters.end()) {
248 m_clusters.push_back(l);
249 qi = m_clusters.end();
257 if (qj == m_clusters.end()) {
261 m_clusters.erase(qj);
268 /** \brief Find cluster in #m_clusters containing some value
271 * \c m_clusters.end() if no cluster in m_clusters contains \c key
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 864 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 917 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 1047 Cluster** m_clusters; member in class:mkvparser::Segment
  /external/libvpx/libwebm/
mkvparser.hpp 917 Cluster** m_clusters; member in class:mkvparser::Segment
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 1047 Cluster** m_clusters; member in class:mkvparser::Segment

Completed in 53 milliseconds