Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc53 max_input_value_ = WebRtcSpl_MaxAbsValueW16(signal, signal_len); in Process()
81 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
163 max_input_value_ * max_input_value_); in AutoCorrelation()
Dtime_stretch.h45 max_input_value_(0) { in TimeStretch()
97 int16_t max_input_value_; variable