Home
last modified time | relevance | path

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

/external/brotli/dec/
Dcontext.h112 static const uint8_t kContextLookup[1792] = { variable
Ddecode.c1113 s->context_lookup1 = &kContextLookup[kContextLookupOffsets[context_mode]]; in PrepareLiteralDecoding()
1114 s->context_lookup2 = &kContextLookup[kContextLookupOffsets[context_mode + 1]]; in PrepareLiteralDecoding()