Searched refs:bigram_histo (Results 1 – 1 of 1) sorted by relevance
323 uint32_t* bigram_histo, in ChooseContextMap() argument346 monogram_histo[i % 3] += bigram_histo[i]; in ChooseContextMap()347 two_prefix_histo[i % 6] += bigram_histo[i]; in ChooseContextMap()354 entropy[3] += ShannonEntropy(bigram_histo + 3 * i, 3, &dummy); in ChooseContextMap()