Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dmetablock.c522 const uint32_t* static_context_map, in MapStaticContexts() argument
537 offset + static_context_map[j]; in MapStaticContexts()
545 const size_t num_contexts, const uint32_t* static_context_map, in BrotliBuildMetaBlockGreedyInternal() argument
590 static_context_map[context]); in BrotliBuildMetaBlockGreedyInternal()
619 MapStaticContexts(m, num_contexts, static_context_map, mb); in BrotliBuildMetaBlockGreedyInternal()
631 const uint32_t* static_context_map, in BrotliBuildMetaBlockGreedy() argument
640 prev_byte2, literal_context_lut, num_contexts, static_context_map, in BrotliBuildMetaBlockGreedy()
Dmetablock.h92 size_t num_contexts, const uint32_t* static_context_map,