Searched refs:last_max (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h82 float last_max; member in struct:PeakView::ChannelInfo
H A DPeakView.cpp135 fChannelInfos[i].last_max = fChannelInfos[i].current_max;
213 fChannelInfos[i].last_max *= 0.96f;
214 if (fChannelInfos[i].current_max > fChannelInfos[i].last_max)
215 fChannelInfos[i].last_max = fChannelInfos[i].current_max;
284 fChannelInfos[i].last_max = 0.0f;
357 fChannelInfos[i].last_max,

Completed in 49 milliseconds