Searched refs:temp_shift (Results 1 – 2 of 2) sorted by relevance
245 int16_t temp_shift = WebRtcSpl_NormW32(energy_input) - 17; in SignalScaling() local246 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()
215 int temp_shift = in Process() local217 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()