Searched refs:count_min (Results 1 – 1 of 1) sorted by relevance
169 uint32_t count_min; in GenerateOptimalTree() local191 for (count_min = 1; ; count_min *= 2) { in GenerateOptimalTree()200 (histogram[j] < count_min) ? count_min : histogram[j]; in GenerateOptimalTree()