Searched refs:temp_signal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.cc57 int16_t* temp_signal = &temp_signal_array[kMaxLpcOrder]; local
58 memcpy(temp_signal,
62 int32_t sample_energy = CalculateAutoCorrelation(temp_signal, kVecLen,
92 WebRtcSpl_FilterMAFastQ12(temp_signal + kVecLen - kResidualLength,
108 // |temp_signal| + |kVecLen| - |kMaxLpcOrder| points at the first of the
112 temp_signal + kVecLen - kMaxLpcOrder, sample_energy,
H A Dexpand.cc558 int16_t* temp_signal = new int16_t[fs_mult_lpc_analysis_len local
560 memset(temp_signal, 0,
562 memcpy(&temp_signal[kUnvoicedLpcOrder],
566 &temp_signal[kUnvoicedLpcOrder],
567 &temp_signal[kUnvoicedLpcOrder],
570 delete [] temp_signal;

Completed in 1017 milliseconds