Home
last modified time | relevance | path

Searched refs:static_context_map (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dmetablock.c518 const uint32_t* static_context_map, in MapStaticContexts() argument
533 offset + static_context_map[j]; in MapStaticContexts()
541 const size_t num_contexts, const uint32_t* static_context_map, in BrotliBuildMetaBlockGreedyInternal() argument
586 static_context_map[context]); in BrotliBuildMetaBlockGreedyInternal()
615 MapStaticContexts(m, num_contexts, static_context_map, mb); in BrotliBuildMetaBlockGreedyInternal()
627 const uint32_t* static_context_map, in BrotliBuildMetaBlockGreedy() argument
636 prev_byte2, literal_context_lut, num_contexts, static_context_map, in BrotliBuildMetaBlockGreedy()
Dmetablock.h92 size_t num_contexts, const uint32_t* static_context_map,