Searched refs:ContextType (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/brotli/dist/c/common/
H A Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef in typeref:enum:ContextType
107 /* typeof(MODE) == ContextType; returns ContextLut */
/xsrc/external/mit/brotli/dist/c/enc/
H A Dhistogram.h55 const ContextType* context_modes, HistogramLiteral* literal_histograms,
H A Dbrotli_bit_stream.h47 const BrotliEncoderParams* params, ContextType literal_context_mode,
H A Dhistogram.c48 const ContextType* context_modes, HistogramLiteral* literal_histograms,
H A Dmetablock.h83 ContextType literal_context_mode,
H A Dmetablock.c135 ContextType literal_context_mode,
141 ContextType* literal_context_modes = NULL;
198 BROTLI_ALLOC(m, ContextType, mb->literal_split.num_types);
H A Dencode.c541 static ContextType ChooseContextMode(const BrotliEncoderParams* params,
559 ContextType literal_context_mode,
969 ContextType literal_context_mode;
1270 ContextType literal_context_mode = ChooseContextMode(&params,
H A Dbrotli_bit_stream.c938 const BrotliEncoderParams* params, ContextType literal_context_mode,

Completed in 19 milliseconds