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.c57 s->dist_context_map_slice = NULL; in BrotliDecoderStateInit()
109 s->dist_context_map_slice = NULL; in BrotliDecoderStateMetablockBegin()
Dstate.h269 uint8_t* dist_context_map_slice; member
Ddecode.c1242 s->dist_context_map_slice = s->dist_context_map + in DecodeDistanceBlockSwitchInternal()
1244 s->dist_htree_index = s->dist_context_map_slice[s->distance_context]; in DecodeDistanceBlockSwitchInternal()
1684 s->dist_htree_index = s->dist_context_map_slice[s->distance_context]; in ReadCommandInternal()
2446 s->dist_context_map_slice = s->dist_context_map; in BrotliDecoderDecompressStream()