Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c58 s->dist_context_map = NULL; in BrotliDecoderStateInit()
114 s->dist_context_map = NULL; in BrotliDecoderStateMetablockBegin()
131 BROTLI_DECODER_FREE(s, s->dist_context_map); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h158 uint8_t* dist_context_map; member
Ddecode.c1232 s->dist_context_map_slice = s->dist_context_map + in DecodeDistanceBlockSwitchInternal()
2307 &s->num_dist_htrees, &s->dist_context_map, s); in BrotliDecoderDecompressStream()
2343 s->dist_context_map_slice = s->dist_context_map; in BrotliDecoderDecompressStream()