Home
last modified time | relevance | path

Searched refs:BROTLI_DECODER_FREE (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/dec/
Dstate.c121 BROTLI_DECODER_FREE(s, s->context_modes); in BrotliDecoderStateCleanupAfterMetablock()
122 BROTLI_DECODER_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock()
123 BROTLI_DECODER_FREE(s, s->dist_context_map); in BrotliDecoderStateCleanupAfterMetablock()
124 BROTLI_DECODER_FREE(s, s->literal_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
125 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
126 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
132 BROTLI_DECODER_FREE(s, s->ringbuffer); in BrotliDecoderStateCleanup()
133 BROTLI_DECODER_FREE(s, s->block_type_trees); in BrotliDecoderStateCleanup()
Dstate.h356 #define BROTLI_DECODER_FREE(S, X) { \ macro
Ddecode.c1345 BROTLI_DECODER_FREE(s, old_ringbuffer); in BrotliEnsureRingBuffer()