Searched refs:kMaxHistogramHeight (Results 1 – 1 of 1) sorted by relevance
31 const int kMaxHistogramHeight = 20; // used for normalizing the histogram (represents the variable233 std::vector<int> freq_vector(kMaxHistogramHeight, 0); in ComputeNormalizedFrequencyVector()307 bin_size = (max_value - min_value) / kMaxHistogramHeight + 1; in PrintHistograms()