Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c60 s->dist_context_map_slice = NULL; in BrotliDecoderStateInit()
117 s->dist_context_map_slice = NULL; in BrotliDecoderStateMetablockBegin()
Dstate.h134 uint8_t* dist_context_map_slice; member
Ddecode.c1232 s->dist_context_map_slice = s->dist_context_map + in DecodeDistanceBlockSwitchInternal()
1234 s->dist_htree_index = s->dist_context_map_slice[s->distance_context]; in DecodeDistanceBlockSwitchInternal()
1587 s->dist_htree_index = s->dist_context_map_slice[s->distance_context]; in ReadCommandInternal()
2343 s->dist_context_map_slice = s->dist_context_map; in BrotliDecoderDecompressStream()