HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_FREE (Results 1 - 15 of 15) sorted by null

  /external/brotli/enc/
metablock.h 63 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);
block_splitter.c 121 BROTLI_FREE(m, self->types);
122 BROTLI_FREE(m, self->lengths);
149 BROTLI_FREE(m, literals);
168 BROTLI_FREE(m, insert_and_copy_codes);
190 BROTLI_FREE(m, distance_prefixes);
memory.h 46 #define BROTLI_FREE(M, P) { \
block_splitter_inc.h 275 BROTLI_FREE(m, histograms);
280 BROTLI_FREE(m, pairs);
294 BROTLI_FREE(m, pairs);
295 BROTLI_FREE(m, cluster_size);
329 BROTLI_FREE(m, clusters);
330 BROTLI_FREE(m, all_histograms);
355 BROTLI_FREE(m, new_index);
356 BROTLI_FREE(m, block_lengths);
357 BROTLI_FREE(m, histogram_symbols);
421 BROTLI_FREE(m, insert_cost)
    [all...]
cluster_inc.h 239 BROTLI_FREE(m, new_index);
243 BROTLI_FREE(m, tmp);
304 BROTLI_FREE(m, pairs);
305 BROTLI_FREE(m, cluster_size);
309 BROTLI_FREE(m, clusters);
ringbuffer.h 67 BROTLI_FREE(m, rb->data_);
82 BROTLI_FREE(m, rb->data_);
encode.c 203 BROTLI_FREE(m, s->storage_);
242 BROTLI_FREE(m, s->large_table_);
750 BROTLI_FREE(m, s->storage_);
751 BROTLI_FREE(m, s->commands_);
754 BROTLI_FREE(m, s->large_table_);
755 BROTLI_FREE(m, s->command_buf_);
756 BROTLI_FREE(m, s->literal_buf_);
    [all...]
metablock.c 91 BROTLI_FREE(m, literal_context_modes);
110 BROTLI_FREE(m, literal_histograms);
144 BROTLI_FREE(m, distance_histograms);
355 BROTLI_FREE(m, combined_histo);
port.h 154 BROTLI_FREE((M), A); \
backward_references_hq.c 90 BROTLI_FREE(m, self->literal_costs_);
692 BROTLI_FREE(m, nodes);
783 BROTLI_FREE(m, nodes);
784 BROTLI_FREE(m, matches);
785 BROTLI_FREE(m, num_matches);
brotli_bit_stream.c 517 BROTLI_FREE(m, tree);
742 BROTLI_FREE(m, rle_symbols);
871 BROTLI_FREE(m, self->depths_);
872 BROTLI_FREE(m, self->bits_);
    [all...]
hash.h 351 BROTLI_FREE(m, *handle);
  /external/brotli/dec/
state.c 137 BROTLI_FREE(s, s->context_modes);
138 BROTLI_FREE(s, s->context_map);
139 BROTLI_FREE(s, s->dist_context_map);
140 BROTLI_FREE(s, s->literal_hgroup.htrees);
141 BROTLI_FREE(s, s->insert_copy_hgroup.htrees);
142 BROTLI_FREE(s, s->distance_hgroup.htrees);
148 BROTLI_FREE(s, s->ringbuffer);
149 BROTLI_FREE(s, s->block_type_trees);
port.h 163 #define BROTLI_FREE(S, X) { \
decode.c     [all...]

Completed in 230 milliseconds