Home
last modified time | relevance | path

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

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