Searched refs:BROTLI_CONTEXT_LUT (Results 1 - 5 of 5) sorted by path

/xsrc/external/mit/brotli/dist/c/common/
H A Dcontext.h108 #define BROTLI_CONTEXT_LUT(MODE) (&_kBrotliContextLookupTable[(MODE) << 9]) macro
/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1192 s->context_lookup = BROTLI_CONTEXT_LUT(context_mode);
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c947 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
H A Dencode.c438 ContextLut utf8_lut = BROTLI_CONTEXT_LUT(CONTEXT_UTF8);
573 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
1064 literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
1272 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
H A Dhistogram.c72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]);

Completed in 16 milliseconds