Home
last modified time | relevance | path

Searched refs:temp_shift (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc245 int16_t temp_shift = WebRtcSpl_NormW32(energy_input) - 17; in SignalScaling() local
246 energy_input = WEBRTC_SPL_SHIFT_W32(energy_input, temp_shift); in SignalScaling()
249 energy_expanded = WEBRTC_SPL_SHIFT_W32(energy_expanded, temp_shift + 14); in SignalScaling()
Dexpand.cc215 int temp_shift = in Process() local
217 int16_t mix_factor_increment = 256 >> temp_shift; in Process()
223 temp_shift = 8 - temp_shift; // = getbits(mix_factor_increment). in Process()
225 parameters.voice_mix_factor) >> temp_shift; in Process()