HomeSort by relevance Sort by last modified time
    Searched refs:peak_value (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h 79 // |peak_value|, respectively. Both arrays must hold at least |num_peaks|
83 int* peak_index, int16_t* peak_value);
89 // |peak_index| and |peak_value| is given in the full sample rate, as
92 int* peak_index, int16_t* peak_value);
dsp_helper.cc 104 int* 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 int* 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];
time_stretch.cc 64 int16_t peak_value; local
66 fs_mult_, &peak_index, &peak_value);

Completed in 120 milliseconds