Searched refs:BROTLI_CONTEXT_LUT (Results 1 – 5 of 5) sorted by relevance
256 #define BROTLI_CONTEXT_LUT(MODE) (&kContextLookup[(MODE) << 9]) macro
72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]); in BrotliBuildHistogramsWithContext()
421 ContextLut utf8_lut = BROTLI_CONTEXT_LUT(CONTEXT_UTF8); in ShouldUseComplexStaticContextMap()556 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode); in WriteMetaBlockInternal()
962 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode); in BrotliStoreMetaBlock()
1182 s->context_lookup = BROTLI_CONTEXT_LUT(context_mode); in PrepareLiteralDecoding()