Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c59 s->context_map_slice = NULL; in BrotliDecoderStateInit()
115 s->context_map_slice = NULL; in BrotliDecoderStateMetablockBegin()
Dstate.h133 uint8_t* context_map_slice; member
Ddecode.c1177 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
1180 s->literal_htree = s->literal_hgroup.htrees[s->context_map_slice[0]]; in PrepareLiteralDecoding()
1744 hc = s->literal_hgroup.htrees[s->context_map_slice[context]]; in ProcessCommandsInternal()
1758 BROTLI_LOG_UINT(s->context_map_slice[context]); in ProcessCommandsInternal()