HomeSort by relevance Sort by last modified time
    Searched refs:num_clusters (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.hh 56 unsigned int num_clusters; member in struct:helper_cairo_line_t
helper-cairo.cc 411 l->num_clusters = l->num_glyphs ? 1 : 0;
414 l->num_clusters++;
415 l->clusters = cairo_text_cluster_allocate (l->num_clusters);
420 (l->num_clusters && !l->clusters))
442 if (l->num_clusters) {
443 memset ((void *) l->clusters, 0, l->num_clusters * sizeof (l->clusters[0]));
view-cairo.cc 115 } else if (l.num_clusters)
119 l.clusters, l.num_clusters,
  /system/extras/fatblock/
fs.h 26 cluster_t num_clusters; member in struct:fs
fs.c 129 if (fs->next_cluster + clusters_needed > fs->num_clusters) {
216 fs->num_clusters = FAT_CLUSTER_ZERO + data_clusters;
260 fs->info.free_clusters = htole32(fs->num_clusters - fs->next_cluster);
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner_test.cc 142 const int num_clusters = get_num_clusters(); local
144 kCameraSize * num_camera_blocks_ / num_clusters;
146 for (int i = 0; i < num_clusters; ++i) {
147 for (int j = i; j < num_clusters; ++j) {
  /external/opencv/cv/include/
cvcompat.h 812 CV_INLINE void cvKMeans( int num_clusters, float** samples,
821 cvKMeans2( samples_mat, num_clusters, &cluster_idx_mat, termcrit );
    [all...]

Completed in 232 milliseconds