Home
last modified time | relevance | path

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

/external/brotli/dec/
Dstate.c71 s->dist_context_map = NULL; in BrotliDecoderStateInitWithCustomAllocators()
121 s->dist_context_map = NULL; in BrotliDecoderStateMetablockBegin()
139 BROTLI_FREE(s, s->dist_context_map); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h156 uint8_t* dist_context_map; member
Ddecode.c1163 s->dist_context_map_slice = s->dist_context_map + in DecodeDistanceBlockSwitchInternal()
2166 &s->num_dist_htrees, &s->dist_context_map, s); in BrotliDecoderDecompressStream()
2210 s->dist_context_map_slice = s->dist_context_map; in BrotliDecoderDecompressStream()