Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c340 uint32_t two_prefix_histo[6] = { 0 }; in ChooseContextMap() local
347 two_prefix_histo[i % 6] += bigram_histo[i]; in ChooseContextMap()
350 entropy[2] = (ShannonEntropy(two_prefix_histo, 3, &dummy) + in ChooseContextMap()
351 ShannonEntropy(two_prefix_histo + 3, 3, &dummy)); in ChooseContextMap()