Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc54 max_input_value_ = WebRtcSpl_MaxAbsValueW16(signal, signal_len); in Process()
82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
Dtime_stretch.h44 max_input_value_(0) { in TimeStretch()
93 int16_t max_input_value_; variable