Searched refs:maxAbsValue (Results 1 – 4 of 4) sorted by relevance
128 float maxAbsValue() const;
119 float AudioChannel::maxAbsValue() const in maxAbsValue() function in WebCore::AudioChannel
142 float maxAbsValue() const;
193 float AudioBus::maxAbsValue() const in maxAbsValue() function in WebCore::AudioBus198 max = std::max(max, channel->maxAbsValue()); in maxAbsValue()206 float max = maxAbsValue(); in normalize()