OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expanded_shift
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc
218
int
expanded_shift
= 6 + log_fs_mult
local
220
expanded_shift
= std::max(
expanded_shift
, 0);
224
expanded_shift
);
235
if (input_shift >
expanded_shift
) {
236
energy_expanded = energy_expanded >> (input_shift -
expanded_shift
);
238
energy_input = energy_input >> (
expanded_shift
- input_shift);
Completed in 137 milliseconds