Searched refs:BROTLI_DECODER_FREE (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/dec/ |
D | state.c | 129 BROTLI_DECODER_FREE(s, s->context_modes); in BrotliDecoderStateCleanupAfterMetablock() 130 BROTLI_DECODER_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock() 131 BROTLI_DECODER_FREE(s, s->dist_context_map); in BrotliDecoderStateCleanupAfterMetablock() 132 BROTLI_DECODER_FREE(s, s->literal_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock() 133 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock() 134 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock() 140 BROTLI_DECODER_FREE(s, s->ringbuffer); in BrotliDecoderStateCleanup() 141 BROTLI_DECODER_FREE(s, s->block_type_trees); in BrotliDecoderStateCleanup()
|
D | state.h | 249 #define BROTLI_DECODER_FREE(S, X) { \ macro
|
D | decode.c | 1335 BROTLI_DECODER_FREE(s, old_ringbuffer); in BrotliEnsureRingBuffer()
|