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
69 context = context_modes ? in BrotliBuildHistogramsWithContext()
71 Context(prev_byte, prev_byte2, context_modes[literal_it.type_])) : in BrotliBuildHistogramsWithContext()
Dhistogram.h52 const ContextType* context_modes, HistogramLiteral* literal_histograms,
/external/brotli/c/dec/
Dstate.c72 s->context_modes = NULL; in BrotliDecoderStateInitWithCustomAllocators()
123 s->context_modes = NULL; in BrotliDecoderStateMetablockBegin()
140 BROTLI_FREE(s, s->context_modes); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h222 uint8_t* context_modes; member
Ddecode.c1127 context_mode = s->context_modes[block_type]; in PrepareLiteralDecoding()
1400 s->context_modes[i] = (uint8_t)(bits << 1); in ReadContextModes()
1401 BROTLI_LOG_ARRAY_INDEX(s->context_modes, i); in ReadContextModes()
2149 s->context_modes = in BrotliDecoderDecompressStream()
2151 if (s->context_modes == 0) { in BrotliDecoderDecompressStream()