Home
last modified time | relevance | path

Searched refs:kMaxHistogramHeight (Results 1 – 1 of 1) sorted by relevance

/test/dittosuite/src/
Dresult.cpp31 const int kMaxHistogramHeight = 20; // used for normalizing the histogram (represents the variable
233 std::vector<int> freq_vector(kMaxHistogramHeight, 0); in ComputeNormalizedFrequencyVector()
307 bin_size = (max_value - min_value) / kMaxHistogramHeight + 1; in PrintHistograms()