OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_value
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc
104
size_t* peak_index, int16_t*
peak_value
) {
126
&
peak_value
[i]);
131
&
peak_value
[i]);
134
peak_value
[i] = (data[peak_index[i]] + data[peak_index[i] + 1]) >> 1;
138
peak_value
[i] = data[peak_index[i]];
151
size_t* peak_index, int16_t*
peak_value
) {
205
*
peak_value
= (den * kParabolaCoefficients[fit_index[fs_mult - flag]][1]
224
*
peak_value
= (temp_term_1 + temp_term_2 + temp_term_3) / 256;
233
*
peak_value
= signal_points[1];
dsp_helper.h
79
// |
peak_value
|, respectively. Both arrays must hold at least |num_peaks|
83
size_t* peak_index, int16_t*
peak_value
);
89
// |peak_index| and |
peak_value
| is given in the full sample rate, as
92
size_t* peak_index, int16_t*
peak_value
);
time_stretch.cc
64
int16_t
peak_value
;
local
66
fs_mult_, &peak_index, &
peak_value
);
Completed in 1957 milliseconds