Home
last modified time | relevance | path

Searched refs:substate_context_map (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Dstate.h194 BrotliRunningContextMapState substate_context_map; member
Ddecode.c999 switch ((int)h->substate_context_map) { in DecodeContextMap()
1018 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_READ_PREFIX; in DecodeContextMap()
1036 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_HUFFMAN; in DecodeContextMap()
1046 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_DECODE; in DecodeContextMap()
1102 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_TRANSFORM; in DecodeContextMap()
1108 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_NONE; in DecodeContextMap()
2265 h->substate_context_map = BROTLI_STATE_CONTEXT_MAP_NONE; in BrotliDecoderDecompressStream()