Home
last modified time | relevance | path

Searched refs:BROTLI_FREE (Results 1 – 11 of 11) sorted by relevance

/external/brotli/c/enc/
Dmetablock.h63 BROTLI_FREE(m, mb->literal_context_map); in DestroyMetaBlockSplit()
64 BROTLI_FREE(m, mb->distance_context_map); in DestroyMetaBlockSplit()
65 BROTLI_FREE(m, mb->literal_histograms); in DestroyMetaBlockSplit()
66 BROTLI_FREE(m, mb->command_histograms); in DestroyMetaBlockSplit()
67 BROTLI_FREE(m, mb->distance_histograms); in DestroyMetaBlockSplit()
Dblock_splitter_inc.h279 BROTLI_FREE(m, histograms); in FN()
284 BROTLI_FREE(m, pairs); in FN()
298 BROTLI_FREE(m, pairs); in FN()
299 BROTLI_FREE(m, cluster_size); in FN()
333 BROTLI_FREE(m, clusters); in FN()
334 BROTLI_FREE(m, all_histograms); in FN()
359 BROTLI_FREE(m, new_index); in FN()
360 BROTLI_FREE(m, block_lengths); in FN()
361 BROTLI_FREE(m, histogram_symbols); in FN()
429 BROTLI_FREE(m, insert_cost); in FN()
[all …]
Dblock_splitter.c118 BROTLI_FREE(m, self->types); in BrotliDestroyBlockSplit()
119 BROTLI_FREE(m, self->lengths); in BrotliDestroyBlockSplit()
146 BROTLI_FREE(m, literals); in BrotliSplitBlock()
165 BROTLI_FREE(m, insert_and_copy_codes); in BrotliSplitBlock()
187 BROTLI_FREE(m, distance_prefixes); in BrotliSplitBlock()
Dcluster_inc.h241 BROTLI_FREE(m, new_index);
245 BROTLI_FREE(m, tmp);
309 BROTLI_FREE(m, pairs);
310 BROTLI_FREE(m, cluster_size);
314 BROTLI_FREE(m, clusters);
Dmemory.h48 #define BROTLI_FREE(M, P) { \ macro
89 BROTLI_FREE((M), A); \
Dringbuffer.h67 BROTLI_FREE(m, rb->data_); in RingBufferFree()
82 BROTLI_FREE(m, rb->data_); in RingBufferInitBuffer()
Dencode.c213 BROTLI_FREE(m, s->storage_); in GetBrotliStorage()
252 BROTLI_FREE(m, s->large_table_); in GetHashTable()
821 BROTLI_FREE(m, s->storage_); in BrotliEncoderCleanupState()
822 BROTLI_FREE(m, s->commands_); in BrotliEncoderCleanupState()
825 BROTLI_FREE(m, s->large_table_); in BrotliEncoderCleanupState()
826 BROTLI_FREE(m, s->command_buf_); in BrotliEncoderCleanupState()
827 BROTLI_FREE(m, s->literal_buf_); in BrotliEncoderCleanupState()
1052 BROTLI_FREE(m, s->commands_); in EncodeData()
1305 BROTLI_FREE(m, commands); in BrotliCompressBufferQuality10()
1314 BROTLI_FREE(m, nodes); in BrotliCompressBufferQuality10()
[all …]
Dbackward_references_hq.c99 BROTLI_FREE(m, self->literal_costs_); in CleanupZopfliCostModel()
100 BROTLI_FREE(m, self->cost_dist_); in CleanupZopfliCostModel()
736 BROTLI_FREE(m, nodes); in BrotliCreateZopfliBackwardReferences()
836 BROTLI_FREE(m, nodes); in BrotliCreateHqZopfliBackwardReferences()
837 BROTLI_FREE(m, matches); in BrotliCreateHqZopfliBackwardReferences()
838 BROTLI_FREE(m, num_matches); in BrotliCreateHqZopfliBackwardReferences()
Dmetablock.c230 BROTLI_FREE(m, literal_context_modes); in BrotliBuildMetaBlock()
249 BROTLI_FREE(m, literal_histograms); in BrotliBuildMetaBlock()
283 BROTLI_FREE(m, distance_histograms); in BrotliBuildMetaBlock()
494 BROTLI_FREE(m, combined_histo); in ContextBlockSplitterFinishBlock()
Dbrotli_bit_stream.c503 BROTLI_FREE(m, tree); in BrotliBuildAndStoreHuffmanTreeFast()
729 BROTLI_FREE(m, rle_symbols); in EncodeContextMap()
859 BROTLI_FREE(m, self->depths_); in CleanupBlockEncoder()
860 BROTLI_FREE(m, self->bits_); in CleanupBlockEncoder()
1014 BROTLI_FREE(m, tree); in BrotliStoreMetaBlock()
1176 BROTLI_FREE(m, tree); in BrotliStoreMetaBlockTrivial()
Dhash.h399 BROTLI_FREE(m, hasher->common.extra); in DestroyHasher()