OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_signal
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.cc
60
int16_t*
temp_signal
= &temp_signal_array[kMaxLpcOrder];
local
61
memcpy(
temp_signal
,
65
int32_t sample_energy = CalculateAutoCorrelation(
temp_signal
, kVecLen,
95
WebRtcSpl_FilterMAFastQ12(
temp_signal
+ kVecLen - kResidualLength,
111
// |
temp_signal
| + |kVecLen| - |kMaxLpcOrder| points at the first of the
115
temp_signal
+ kVecLen - kMaxLpcOrder, sample_energy,
expand.cc
597
int16_t*
temp_signal
= new int16_t[fs_mult_lpc_analysis_len
local
599
memset(
temp_signal
, 0,
601
memcpy(&
temp_signal
[kUnvoicedLpcOrder],
605
&
temp_signal
[kUnvoicedLpcOrder],
606
&
temp_signal
[kUnvoicedLpcOrder],
609
delete []
temp_signal
;
[
all
...]
Completed in 499 milliseconds