Searched refs:graphMin (Results 1 – 1 of 1) sorted by relevance
64 T graphMin, graphMax; in audio_utils_log_plot() local67 graphMin = avg - RANGE_MIN / 2; in audio_utils_log_plot()70 graphMin = minVal - range * RANGE_BUFFER_ROOM; in audio_utils_log_plot()75 const T increment = (graphMax - graphMin) / HEIGHT; in audio_utils_log_plot()90 ss << std::setw(9) << graphMin + increment * height; in audio_utils_log_plot()97 int px = (int)round((power - graphMin) / increment); in audio_utils_log_plot()