Searched refs:num_clusters (Results 1 – 7 of 7) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | single_linkage_clustering.cc | 94 int num_clusters = 0; in ComputeSingleLinkageClustering() local 100 ++num_clusters; in ComputeSingleLinkageClustering() 104 return num_clusters; in ComputeSingleLinkageClustering()
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.cc | 439 l->num_clusters = l->num_glyphs ? 1 : 0; in helper_cairo_line_from_buffer() 442 l->num_clusters++; in helper_cairo_line_from_buffer() 443 l->clusters = cairo_text_cluster_allocate (l->num_clusters); in helper_cairo_line_from_buffer() 448 (l->num_clusters && !l->clusters)) in helper_cairo_line_from_buffer() 470 if (l->num_clusters) { in helper_cairo_line_from_buffer() 471 memset ((void *) l->clusters, 0, l->num_clusters * sizeof (l->clusters[0])); in helper_cairo_line_from_buffer()
|
D | view-cairo.cc | 115 } else if (l.num_clusters) in draw() 119 l.clusters, l.num_clusters, in draw()
|
D | helper-cairo.hh | 56 unsigned int num_clusters; member
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
D | encode.cc | 576 int num_clusters, in EncodeContextMap() argument 578 EncodeVarLenUint8(num_clusters - 1, storage_ix, storage); in EncodeContextMap() 580 if (num_clusters == 1) { in EncodeContextMap() 601 num_clusters + max_run_length_prefix, in EncodeContextMap()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 2324 blk64_t cluster, num_clusters, tot_free; in fix_cluster_bg_counts() local 2328 num_clusters = EXT2FS_B2C(fs, ext2fs_blocks_count(fs->super)); in fix_cluster_bg_counts() 2331 cluster < num_clusters; cluster++) { in fix_cluster_bg_counts() 2339 (cluster == num_clusters-1)) { in fix_cluster_bg_counts()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 812 CV_INLINE void cvKMeans( int num_clusters, float** samples, in cvKMeans() argument 821 cvKMeans2( samples_mat, num_clusters, &cluster_idx_mat, termcrit ); in cvKMeans()
|