Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhistogram.c48 const ContextType* context_modes, HistogramLiteral* literal_histograms, in BrotliBuildHistogramsWithContext() argument
71 if (context_modes) { in BrotliBuildHistogramsWithContext()
72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]); in BrotliBuildHistogramsWithContext()
Dhistogram.h55 const ContextType* context_modes, HistogramLiteral* literal_histograms,
/external/brotli/c/dec/
Dstate.c57 s->context_modes = NULL; in BrotliDecoderStateInit()
113 s->context_modes = NULL; in BrotliDecoderStateMetablockBegin()
129 BROTLI_DECODER_FREE(s, s->context_modes); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h226 uint8_t* context_modes; member
Ddecode.c1181 context_mode = s->context_modes[block_type] & 3; in PrepareLiteralDecoding()
1452 s->context_modes[i] = (uint8_t)bits; in ReadContextModes()
1453 BROTLI_LOG_ARRAY_INDEX(s->context_modes, i); in ReadContextModes()
2263 s->context_modes = in BrotliDecoderDecompressStream()
2265 if (s->context_modes == 0) { in BrotliDecoderDecompressStream()