Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c324 size_t* num_literal_contexts, in ChooseContextMap() argument
372 *num_literal_contexts = 1; in ChooseContextMap()
374 *num_literal_contexts = 2; in ChooseContextMap()
377 *num_literal_contexts = 3; in ChooseContextMap()
387 size_t* num_literal_contexts, const uint32_t** literal_context_map) { in ShouldUseComplexStaticContextMap() argument
458 *num_literal_contexts = 13; in ShouldUseComplexStaticContextMap()
467 size_t* num_literal_contexts, const uint32_t** literal_context_map) { in DecideOverLiteralContextModeling() argument
472 num_literal_contexts, literal_context_map)) { in DecideOverLiteralContextModeling()
491 ChooseContextMap(quality, &bigram_prefix_histo[0], num_literal_contexts, in DecideOverLiteralContextModeling()
596 size_t num_literal_contexts = 1; in WriteMetaBlockInternal() local
[all …]