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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dmerge.h83 int16_t* expanded_max, int16_t* input_max) const;
94 int16_t CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max,
H A Dmerge.cc52 int16_t expanded_max, input_max; local
55 expanded_channel, &expanded_max, &input_max);
78 expanded_max, input_max, old_length,
193 int16_t* expanded_max, int16_t* input_max) const {
197 *input_max = WebRtcSpl_MaxAbsValueW16(input, mod_input_length);
212 WebRtcSpl_NormW32(*input_max * *input_max);
293 int16_t Merge::CorrelateAndPeakSearch(int16_t expanded_max, int16_t input_max, argument
301 if (expanded_max * input_max > 26843546) {

Completed in 116 milliseconds