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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock.h63 BROTLI_FREE(m, mb->literal_context_map);
64 BROTLI_FREE(m, mb->distance_context_map);
65 BROTLI_FREE(m, mb->literal_histograms);
66 BROTLI_FREE(m, mb->command_histograms);
67 BROTLI_FREE(m, mb->distance_histograms);
H A Dblock_splitter.c118 BROTLI_FREE(m, self->types);
119 BROTLI_FREE(m, self->lengths);
146 BROTLI_FREE(m, literals);
165 BROTLI_FREE(m, insert_and_copy_codes);
187 BROTLI_FREE(m, distance_prefixes);
H A Dmemory.h48 #define BROTLI_FREE(M, P) { \ macro
89 BROTLI_FREE((M), A); \
H A Dblock_splitter_inc.h279 BROTLI_FREE(m, histograms);
284 BROTLI_FREE(m, pairs);
298 BROTLI_FREE(m, pairs);
299 BROTLI_FREE(m, cluster_size);
333 BROTLI_FREE(m, clusters);
334 BROTLI_FREE(m, all_histograms);
359 BROTLI_FREE(m, new_index);
360 BROTLI_FREE(m, block_lengths);
361 BROTLI_FREE(m, histogram_symbols);
429 BROTLI_FREE(
[all...]
H A Dringbuffer.h67 BROTLI_FREE(m, rb->data_);
82 BROTLI_FREE(m, rb->data_);
H A 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);
H A Dbackward_references_hq.c99 BROTLI_FREE(m, self->literal_costs_);
100 BROTLI_FREE(m, self->cost_dist_);
736 BROTLI_FREE(m, nodes);
836 BROTLI_FREE(m, nodes);
837 BROTLI_FREE(m, matches);
838 BROTLI_FREE(m, num_matches);
H A Dencode.c213 BROTLI_FREE(m, s->storage_);
252 BROTLI_FREE(m, s->large_table_);
821 BROTLI_FREE(m, s->storage_);
822 BROTLI_FREE(m, s->commands_);
825 BROTLI_FREE(m, s->large_table_);
826 BROTLI_FREE(m, s->command_buf_);
827 BROTLI_FREE(m, s->literal_buf_);
1052 BROTLI_FREE(m, s->commands_);
1305 BROTLI_FREE(m, commands);
1314 BROTLI_FREE(
[all...]
H A Dmetablock.c230 BROTLI_FREE(m, literal_context_modes);
249 BROTLI_FREE(m, literal_histograms);
283 BROTLI_FREE(m, distance_histograms);
494 BROTLI_FREE(m, combined_histo);
H A Dbrotli_bit_stream.c503 BROTLI_FREE(m, tree);
729 BROTLI_FREE(m, rle_symbols);
859 BROTLI_FREE(m, self->depths_);
860 BROTLI_FREE(m, self->bits_);
1014 BROTLI_FREE(m, tree);
1176 BROTLI_FREE(m, tree);
H A Dhash.h399 BROTLI_FREE(m, hasher->common.extra);

Completed in 17 milliseconds