Searched refs:BROTLI_DECODER_FREE (Results 1 – 3 of 3) sorted by relevance
/external/brotli/c/dec/ |
D | state.c | 121 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()
|
D | state.h | 356 #define BROTLI_DECODER_FREE(S, X) { \ macro
|
D | decode.c | 1345 BROTLI_DECODER_FREE(s, old_ringbuffer); in BrotliEnsureRingBuffer()
|