HomeSort by relevance Sort by last modified time
    Searched refs:temp_shift (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 229 int16_t temp_shift = WebRtcSpl_NormW32(energy_input) - 17; local
230 energy_input = WEBRTC_SPL_SHIFT_W32(energy_input, temp_shift);
233 energy_expanded = WEBRTC_SPL_SHIFT_W32(energy_expanded, temp_shift + 14);
expand.cc 182 // temp_shift = getbits(max_lag_) - 5.
183 int temp_shift = (31 - WebRtcSpl_NormW32(max_lag_)) - 5; local
184 int16_t mix_factor_increment = 256 >> temp_shift;
190 temp_shift = 8 - temp_shift; // = getbits(mix_factor_increment).
192 parameters.voice_mix_factor) >> temp_shift;
    [all...]

Completed in 1744 milliseconds