Searched refs:ContextLut (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/brotli/dist/c/common/
H A Dcontext.h18 context = ContextLut(mode)[p1] | ContextLut(mode)[p2 + 256].
105 typedef const uint8_t* ContextLut; typedef in typeref:typename:const uint8_t *
107 /* typeof(MODE) == ContextType; returns ContextLut */
110 /* typeof(LUT) == ContextLut */
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references.h31 ContextLut literal_context_lut, const BrotliEncoderParams* params,
H A Dbackward_references_hq.h29 ContextLut literal_context_lut, const BrotliEncoderParams* params,
36 ContextLut literal_context_lut, const BrotliEncoderParams* params,
83 ContextLut literal_context_lut, const BrotliEncoderParams* params,
H A Dbackward_references.c125 ContextLut literal_context_lut, const BrotliEncoderParams* params,
H A Dhistogram.c72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]);
H A Dmetablock.h91 uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut,
H A Dbackward_references_inc.h13 ContextLut literal_context_lut, const BrotliEncoderParams* params,
H A Dbackward_references_hq.c659 ContextLut literal_context_lut, const BrotliEncoderParams* params,
724 ContextLut literal_context_lut, const BrotliEncoderParams* params,
741 ContextLut literal_context_lut, const BrotliEncoderParams* params,
H A Dmetablock.c540 uint8_t prev_byte, uint8_t prev_byte2, ContextLut literal_context_lut,
625 ContextLut literal_context_lut,
H A Dencode.c438 ContextLut utf8_lut = BROTLI_CONTEXT_LUT(CONTEXT_UTF8);
573 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
970 ContextLut literal_context_lut;
1272 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);
H A Dbrotli_bit_stream.c947 ContextLut literal_context_lut = BROTLI_CONTEXT_LUT(literal_context_mode);

Completed in 13 milliseconds