Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc210 const int16_t* expanded_signal) const { in SignalScaling()
215 WebRtcSpl_MaxAbsValueW16(expanded_signal, mod_input_length); in SignalScaling()
221 expanded_signal, expanded_signal, mod_input_length, expanded_shift); in SignalScaling()
262 const int16_t* expanded_signal, in Downsample() argument
284 &expanded_signal[signal_offset], expanded_length - signal_offset, in Downsample()
Dmerge.h71 const int16_t* expanded_signal) const;
78 const int16_t* expanded_signal,