Searched refs:two_prefix_histo (Results 1 – 1 of 1) sorted by relevance
357 uint32_t two_prefix_histo[6] = { 0 }; in ChooseContextMap() local364 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()