Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dblock_splitter_inc.h274 BROTLI_FREE(m, histograms); in FN()
279 BROTLI_FREE(m, pairs); in FN()
293 BROTLI_FREE(m, pairs); in FN()
294 BROTLI_FREE(m, cluster_size); in FN()
328 BROTLI_FREE(m, clusters); in FN()
329 BROTLI_FREE(m, all_histograms); in FN()
354 BROTLI_FREE(m, new_index); in FN()
355 BROTLI_FREE(m, block_lengths); in FN()
356 BROTLI_FREE(m, histogram_symbols); in FN()
420 BROTLI_FREE(m, insert_cost); in FN()
[all …]
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.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);
306 BROTLI_FREE(m, pairs);
307 BROTLI_FREE(m, cluster_size);
311 BROTLI_FREE(m, clusters);
Dmemory.h48 #define BROTLI_FREE(M, P) { \ macro
77 BROTLI_FREE((M), A); \
Dencode.c196 BROTLI_FREE(m, s->storage_); in GetBrotliStorage()
235 BROTLI_FREE(m, s->large_table_); in GetHashTable()
789 BROTLI_FREE(m, s->storage_); in BrotliEncoderCleanupState()
790 BROTLI_FREE(m, s->commands_); in BrotliEncoderCleanupState()
793 BROTLI_FREE(m, s->large_table_); in BrotliEncoderCleanupState()
794 BROTLI_FREE(m, s->command_buf_); in BrotliEncoderCleanupState()
795 BROTLI_FREE(m, s->literal_buf_); in BrotliEncoderCleanupState()
1015 BROTLI_FREE(m, s->commands_); in EncodeData()
1261 BROTLI_FREE(m, commands); in BrotliCompressBufferQuality10()
1270 BROTLI_FREE(m, nodes); in BrotliCompressBufferQuality10()
[all …]
Dringbuffer.h67 BROTLI_FREE(m, rb->data_); in RingBufferFree()
82 BROTLI_FREE(m, rb->data_); in RingBufferInitBuffer()
Dbackward_references_hq.c101 BROTLI_FREE(m, self->literal_costs_); in CleanupZopfliCostModel()
102 BROTLI_FREE(m, self->cost_dist_); in CleanupZopfliCostModel()
726 BROTLI_FREE(m, nodes); in BrotliCreateZopfliBackwardReferences()
818 BROTLI_FREE(m, nodes); in BrotliCreateHqZopfliBackwardReferences()
819 BROTLI_FREE(m, matches); in BrotliCreateHqZopfliBackwardReferences()
820 BROTLI_FREE(m, num_matches); in BrotliCreateHqZopfliBackwardReferences()
Dmetablock.c234 BROTLI_FREE(m, literal_context_modes); in BrotliBuildMetaBlock()
253 BROTLI_FREE(m, literal_histograms); in BrotliBuildMetaBlock()
287 BROTLI_FREE(m, distance_histograms); in BrotliBuildMetaBlock()
498 BROTLI_FREE(m, combined_histo); in ContextBlockSplitterFinishBlock()
Dbrotli_bit_stream.c518 BROTLI_FREE(m, tree); in BrotliBuildAndStoreHuffmanTreeFast()
744 BROTLI_FREE(m, rle_symbols); in EncodeContextMap()
874 BROTLI_FREE(m, self->depths_); in CleanupBlockEncoder()
875 BROTLI_FREE(m, self->bits_); in CleanupBlockEncoder()
1031 BROTLI_FREE(m, tree); in BrotliStoreMetaBlock()
1193 BROTLI_FREE(m, tree); in BrotliStoreMetaBlockTrivial()
Dhash.h403 BROTLI_FREE(m, *handle); in DestroyHasher()