Home
last modified time | relevance | path

Searched refs:BROTLI_CONTEXT_LUT (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/common/
Dcontext.h256 #define BROTLI_CONTEXT_LUT(MODE) (&kContextLookup[(MODE) << 9]) macro
/external/brotli/c/enc/
Dhistogram.c72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]); in BrotliBuildHistogramsWithContext()
Dencode.c421 ContextLut utf8_lut = BROTLI_CONTEXT_LUT(CONTEXT_UTF8); in ShouldUseComplexStaticContextMap()
556 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode); in WriteMetaBlockInternal()
Dbrotli_bit_stream.c962 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode); in BrotliStoreMetaBlock()
/external/brotli/c/dec/
Ddecode.c1182 s->context_lookup = BROTLI_CONTEXT_LUT(context_mode); in PrepareLiteralDecoding()