Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcluster_inc.h15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]);
71 uint32_t* cluster_size,
90 FN(BrotliCompareAndPushToQueue)(out, cluster_size, clusters[idx1],
110 cluster_size[best_idx1] += cluster_size[best_idx2];
149 FN(BrotliCompareAndPushToQueue)(out, cluster_size, best_idx1, clusters[i],
253 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, in_size);
265 cluster_size[i] = 1;
283 FN(BrotliHistogramCombine)(out, cluster_size,
301 num_clusters = FN(BrotliHistogramCombine)(out, cluster_size,
[all …]
Dblock_splitter_inc.h203 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity); in FN() local
259 BROTLI_ENSURE_CAPACITY(m, uint32_t, cluster_size, in FN()
264 cluster_size[cluster_size_size++] = sizes[new_clusters[j]]; in FN()
290 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN()
294 BROTLI_FREE(m, cluster_size); in FN()
/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()
181 img.cluster_size = 1 << img.cluster_bits; in qcow2_write_raw_image()
187 if (img.l1_offset & (img.cluster_size - 1)) in qcow2_write_raw_image()
191 img.cluster_size; in qcow2_write_raw_image()
195 ret = ext2fs_get_memzero(img.cluster_size, &l2_table); in qcow2_write_raw_image()
245 off_out, copy_buf, img.cluster_size); in qcow2_write_raw_image()
Dqcow2.h96 __u32 cluster_size; member
/external/e2fsprogs/misc/
De2image.c873 img->cluster_size, &ref->refcount_table); in init_refcount()
878 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block); in init_refcount()
903 image->cluster_size = fs->blocksize; in initialize_qcow2_image()
914 offset = align_offset(header_size, image->cluster_size); in initialize_qcow2_image()
926 offset += align_offset(l1_size * sizeof(blk64_t), image->cluster_size); in initialize_qcow2_image()
937 offset += image->cluster_size; in initialize_qcow2_image()
943 offset += image->cluster_size; in initialize_qcow2_image()
995 memset(table->data, 0, img->cluster_size); in put_used_table()
1022 generic_write(fd, (char *)table->data, image->cluster_size, in flush_l2_cache()
1025 seek += image->cluster_size; in flush_l2_cache()
[all …]
Dmke2fs.c1482 int cluster_size = 0; in PRS() local
1613 cluster_size = parse_num_blocks2(optarg, -1); in PRS()
1614 if (cluster_size <= EXT2_MIN_CLUSTER_SIZE || in PRS()
1615 cluster_size > EXT2_MAX_CLUSTER_SIZE) { in PRS()
2232 if (!cluster_size) in PRS()
2233 cluster_size = get_int_from_profile(fs_types, in PRS()
2237 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE); in PRS()
2245 } else if (cluster_size) { in PRS()
De2fuzz.sh112 cluster_size = $((BLK_SZ * 2))
/external/libvpx/libvpx/third_party/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()
2845 long long cluster_size = -1; in DoParseNext() local
2967 cluster_size = size; in DoParseNext()
[all …]
/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()
2845 long long cluster_size = -1; in DoParseNext() local
2967 cluster_size = size; in DoParseNext()
[all …]
/external/libaom/libaom/third_party/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()
2845 long long cluster_size = -1; in DoParseNext() local
2967 cluster_size = size; in DoParseNext()
[all …]
/external/u-boot/include/
Dfat.h95 __u8 cluster_size; /* Sectors/cluster */ member
/external/e2fsprogs/tests/d_punch_bigalloc/
Dscript18 cluster_size = 8192
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript18 cluster_size = 8192
/external/u-boot/fs/fat/
Dfat_write.c940 mydata->clust_size = bs.cluster_size; in do_fat_write()
Dfat.c570 mydata->clust_size = bs.cluster_size; in get_fs_info()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3849 const uint64_t cluster_size = last_cluster->payload_size(); in TestFrame() local
3851 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_) in TestFrame()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3849 const uint64_t cluster_size = last_cluster->payload_size(); in TestFrame() local
3851 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_) in TestFrame()