Searched refs:BROTLI_FREE (Results 1 – 11 of 11) sorted by relevance
/external/brotli/c/enc/ |
D | metablock.h | 63 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()
|
D | block_splitter_inc.h | 279 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 …]
|
D | block_splitter.c | 118 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()
|
D | cluster_inc.h | 241 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);
|
D | memory.h | 48 #define BROTLI_FREE(M, P) { \ macro 89 BROTLI_FREE((M), A); \
|
D | ringbuffer.h | 67 BROTLI_FREE(m, rb->data_); in RingBufferFree() 82 BROTLI_FREE(m, rb->data_); in RingBufferInitBuffer()
|
D | encode.c | 213 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 …]
|
D | backward_references_hq.c | 99 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()
|
D | metablock.c | 230 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()
|
D | brotli_bit_stream.c | 503 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()
|
D | hash.h | 399 BROTLI_FREE(m, hasher->common.extra); in DestroyHasher()
|