Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c341 size_t* num_literal_contexts, in ChooseContextMap() argument
389 *num_literal_contexts = 1; in ChooseContextMap()
391 *num_literal_contexts = 2; in ChooseContextMap()
394 *num_literal_contexts = 3; in ChooseContextMap()
404 size_t* num_literal_contexts, const uint32_t** literal_context_map) { in ShouldUseComplexStaticContextMap() argument
475 *num_literal_contexts = 13; in ShouldUseComplexStaticContextMap()
484 size_t* num_literal_contexts, const uint32_t** literal_context_map) { in DecideOverLiteralContextModeling() argument
489 num_literal_contexts, literal_context_map)) { in DecideOverLiteralContextModeling()
508 ChooseContextMap(quality, &bigram_prefix_histo[0], num_literal_contexts, in DecideOverLiteralContextModeling()
613 size_t num_literal_contexts = 1; in WriteMetaBlockInternal() local
[all …]