Searched refs:context_modes (Results 1 – 5 of 5) sorted by relevance
48 const ContextType* context_modes, HistogramLiteral* literal_histograms, in BrotliBuildHistogramsWithContext() argument69 context = context_modes ? in BrotliBuildHistogramsWithContext()71 Context(prev_byte, prev_byte2, context_modes[literal_it.type_])) : in BrotliBuildHistogramsWithContext()
52 const ContextType* context_modes, HistogramLiteral* literal_histograms,
72 s->context_modes = NULL; in BrotliDecoderStateInitWithCustomAllocators()123 s->context_modes = NULL; in BrotliDecoderStateMetablockBegin()140 BROTLI_FREE(s, s->context_modes); in BrotliDecoderStateCleanupAfterMetablock()
222 uint8_t* context_modes; member
1127 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()