Searched defs:expanded_signal (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc101 // This is the overlapping part of expanded_signal.
170 // in expanded_signal. Keep the first 210 * kMaxSampleRate / 8000 samples,
207 const int16_t* expanded_signal,
212 *expanded_max = WebRtcSpl_MaxAbsValueW16(expanded_signal, mod_input_length);
221 int32_t energy_expanded = WebRtcSpl_DotProductWithScale(expanded_signal,
222 expanded_signal,
264 const int16_t* expanded_signal, size_t expanded_length) {
284 WebRtcSpl_DownsampleFast(&expanded_signal[signal_offset],
206 SignalScaling(const int16_t* input, size_t input_length, const int16_t* expanded_signal, int16_t* expanded_max, int16_t* input_max) const argument
263 Downsample(const int16_t* input, size_t input_length, const int16_t* expanded_signal, size_t expanded_length) argument

Completed in 271 milliseconds