Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c479 uint32_t bigram_prefix_histo[9] = { 0 }; in DecideOverLiteralContextModeling() local
487 ++bigram_prefix_histo[prev + lut[literal >> 6]]; in DecideOverLiteralContextModeling()
491 ChooseContextMap(quality, &bigram_prefix_histo[0], num_literal_contexts, in DecideOverLiteralContextModeling()