Home
last modified time | relevance | path

Searched refs:cluster_size (Results 1 – 12 of 12) sorted by relevance

/external/brotli/enc/
Dcluster_inc.h15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
30 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]);
69 uint32_t* cluster_size,
88 FN(BrotliCompareAndPushToQueue)(out, cluster_size, clusters[idx1],
108 cluster_size[best_idx1] += cluster_size[best_idx2];
147 FN(BrotliCompareAndPushToQueue)(out, cluster_size, best_idx1, clusters[i],
251 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, in_size);
263 cluster_size[i] = 1;
281 FN(BrotliHistogramCombine)(out, cluster_size,
299 num_clusters = FN(BrotliHistogramCombine)(out, cluster_size,
[all …]
Dblock_splitter_inc.h204 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity); in FN() local
260 BROTLI_ENSURE_CAPACITY(m, uint32_t, cluster_size, in FN()
265 cluster_size[cluster_size_size++] = sizes[new_clusters[j]]; in FN()
291 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN()
295 BROTLI_FREE(m, cluster_size); in FN()
/external/e2fsprogs/misc/
De2image.c864 img->cluster_size, &ref->refcount_table); in init_refcount()
869 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block); in init_refcount()
891 image->cluster_size = fs->blocksize; in initialize_qcow2_image()
902 offset = align_offset(header_size, image->cluster_size); in initialize_qcow2_image()
914 offset += align_offset(l1_size * sizeof(blk64_t), image->cluster_size); in initialize_qcow2_image()
925 offset += image->cluster_size; in initialize_qcow2_image()
931 offset += image->cluster_size; in initialize_qcow2_image()
983 memset(table->data, 0, img->cluster_size); in put_used_table()
1010 generic_write(fd, (char *)table->data, image->cluster_size, in flush_l2_cache()
1013 seek += image->cluster_size; in flush_l2_cache()
[all …]
Dmke2fs.c1469 int cluster_size = 0; in PRS() local
1604 cluster_size = parse_num_blocks2(optarg, -1); in PRS()
1605 if (cluster_size <= EXT2_MIN_CLUSTER_SIZE || in PRS()
1606 cluster_size > EXT2_MAX_CLUSTER_SIZE) { in PRS()
2193 if (!cluster_size) in PRS()
2194 cluster_size = get_int_from_profile(fs_types, in PRS()
2198 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE); in PRS()
2206 } else if (cluster_size) { in PRS()
De2fuzz.sh112 cluster_size = $((BLK_SZ * 2))
/external/e2fsprogs/lib/ext2fs/
Dqcow2.c127 size = read(fd, *l2_table, img->cluster_size); in qcow2_read_l2_table()
128 if (size != img->cluster_size) in qcow2_read_l2_table()
178 img.cluster_size = 1 << img.cluster_bits; in qcow2_write_raw_image()
185 ret = ext2fs_get_memzero(img.cluster_size, &l2_table); in qcow2_write_raw_image()
235 off_out, copy_buf, img.cluster_size); in qcow2_write_raw_image()
Dqcow2.h95 __u32 cluster_size; member
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
1167 cluster_size = size; in DoLoadCluster()
1236 if (cluster_size >= 0) in DoLoadCluster()
1237 pos += cluster_size; in DoLoadCluster()
1260 if (cluster_size >= 0) in DoLoadCluster()
1261 pos += cluster_size; in DoLoadCluster()
1288 if (cluster_size >= 0) { in DoLoadCluster()
1289 pos += cluster_size; in DoLoadCluster()
2848 long long cluster_size = -1; in DoParseNext() local
2970 cluster_size = size; in DoParseNext()
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc1051 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
1168 cluster_size = size; in DoLoadCluster()
1237 if (cluster_size >= 0) in DoLoadCluster()
1238 pos += cluster_size; in DoLoadCluster()
1261 if (cluster_size >= 0) in DoLoadCluster()
1262 pos += cluster_size; in DoLoadCluster()
1289 if (cluster_size >= 0) { in DoLoadCluster()
1290 pos += cluster_size; in DoLoadCluster()
2840 long long cluster_size = -1; in DoParseNext() local
2962 cluster_size = size; in DoParseNext()
[all …]
/external/e2fsprogs/tests/d_punch_bigalloc/
Dscript17 cluster_size = 8192
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript17 cluster_size = 8192
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3792 const uint64_t cluster_size = last_cluster->payload_size(); in TestFrame() local
3794 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_) in TestFrame()