OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expanded_max
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc
66
int16_t
expanded_max
, input_max;
local
69
&
expanded_max
, &input_max);
92
expanded_max
, input_max, old_length,
208
int16_t*
expanded_max
, int16_t* input_max) const {
212
*
expanded_max
= WebRtcSpl_MaxAbsValueW16(expanded_signal, mod_input_length);
219
- WebRtcSpl_NormW32(*
expanded_max
* *
expanded_max
);
310
size_t Merge::CorrelateAndPeakSearch(int16_t
expanded_max
, int16_t input_max,
318
if (
expanded_max
* input_max > 26843546) {
merge.h
76
int16_t*
expanded_max
, int16_t* input_max) const;
87
size_t CorrelateAndPeakSearch(int16_t
expanded_max
, int16_t input_max,
Completed in 70 milliseconds