Searched refs:monogram_histo (Results 1 – 1 of 1) sorted by relevance
356 uint32_t monogram_histo[3] = { 0 }; in ChooseContextMap() local363 monogram_histo[i % 3] += bigram_histo[i]; in ChooseContextMap()366 entropy[1] = ShannonEntropy(monogram_histo, 3, &dummy); in ChooseContextMap()374 total = monogram_histo[0] + monogram_histo[1] + monogram_histo[2]; in ChooseContextMap()