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