encode_Block_splitter
Overview
encode_Block_splitter is a class in Aspose.Font FOSS for Python.
Methods
| Signature | Description |
|---|---|
__init__() | |
CopyLiteralsToByteArray(cmds, num_commands, data, data_off, literals) | |
CopyCommandsToByteArray(cmds, num_commands, insert_and_copy_codes, distance_prefixes) | |
MyRand(seed) | |
InitialEntropyCodes(HistogramTypeInt, data, length, literals_per_histogram, max_histograms, stride, vec) | |
RandomSample(seed, data, length, stride, sample) | |
RefineEntropyCodes(HistogramTypeInt, data, length, stride, vec) | |
BitCost(count) | |
FindBlocks(kSize, data, length, block_switch_bitcost, vec, block_id, block_id_off) | |
RemapBlockIds(block_ids, length) | |
BuildBlockHistograms(HistogramTypeInt, data, length, block_ids, block_ids_off, histograms) | |
ClusterBlocks(HistogramTypeInt, data, length, block_ids) | |
BuildBlockSplit(block_ids, split) | |
SplitByteVector(HistogramTypeInt, data, literals_per_histogram, max_histograms, sampling_stride_length, block_switch_cost, split) | |
SplitBlock(cmds, num_commands, data, data_off, literal_split, insert_and_copy_split, dist_split) |