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

  /external/brotli/enc/
cluster_inc.h 15 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
    [all...]
block_splitter_inc.h 204 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity);
260 BROTLI_ENSURE_CAPACITY(m, uint32_t, cluster_size,
265 cluster_size[cluster_size_size++] = sizes[new_clusters[j]];
291 all_histograms, cluster_size, histogram_symbols, clusters, pairs,
295 BROTLI_FREE(m, cluster_size);
  /external/e2fsprogs/lib/ext2fs/
qcow2.c 127 size = read(fd, *l2_table, img->cluster_size);
128 if (size != img->cluster_size)
178 img.cluster_size = 1 << img.cluster_bits;
185 ret = ext2fs_get_memzero(img.cluster_size, &l2_table);
235 off_out, copy_buf, img.cluster_size);
qcow2.h 95 __u32 cluster_size; member in struct:ext2_qcow2_image
  /external/e2fsprogs/misc/
e2image.c 864 img->cluster_size, &ref->refcount_table);
869 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block);
891 image->cluster_size = fs->blocksize;
902 offset = align_offset(header_size, image->cluster_size);
914 offset += align_offset(l1_size * sizeof(blk64_t), image->cluster_size);
925 offset += image->cluster_size;
931 offset += image->cluster_size;
983 memset(table->data, 0, img->cluster_size);
1010 generic_write(fd, (char *)table->data, image->cluster_size,
1013 seek += image->cluster_size;
    [all...]
e2fuzz.sh 112 cluster_size = $((BLK_SZ * 2))
mke2fs.c 1469 int cluster_size = 0; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 1050 long long cluster_size = -1; // size of cluster payload local
1167 cluster_size = size;
1236 if (cluster_size >= 0)
1237 pos += cluster_size;
1260 if (cluster_size >= 0)
1261 pos += cluster_size;
1288 if (cluster_size >= 0) {
1289 pos += cluster_size;
2848 long long cluster_size = -1; local
5930 long long cluster_size = -1; local
    [all...]
  /external/opencv/ml/src/
mlem.cpp 548 int cluster_size = right - left; local
551 if( cluster_size <= 0 )
558 CV_CALL( cvCalcCovarMatrix( vec, cluster_size, covs[i],
560 weights->data.db[i] = (double)cluster_size/(double)nsamples;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 1051 long long cluster_size = -1; // size of cluster payload local
1168 cluster_size = size;
1237 if (cluster_size >= 0)
1238 pos += cluster_size;
1261 if (cluster_size >= 0)
1262 pos += cluster_size;
1289 if (cluster_size >= 0) {
1290 pos += cluster_size;
2840 long long cluster_size = -1; local
6010 long long cluster_size = -1; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 646 memcpy(&(event->data.cluster.cluster_size), &outputTlv.value[4],
647 sizeof(event->data.cluster.cluster_size));
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 1967 u32 cluster_size; member in struct:__anon43517
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3792 const uint64_t cluster_size = last_cluster->payload_size(); local
    [all...]

Completed in 331 milliseconds