henrik.lundin 6608d9a1aa NetEq: Fix a negative shift value
In some rare occations (very low energy signal), a shift value happened
to be negative. This is now fixed by using the WEBRTC_SPL_SHIFT_W32,
which in essence checks the sign of the number of shifts and performs a
right or left shift accordingly.

The fix reverts to how the code was written in old NetEq; see
4d363ae305/webrtc/modules/audio_coding/neteq/normal.c (165).

BUG=webrtc:5490

Review URL: https://codereview.webrtc.org/1675293002

Cr-Commit-Position: refs/heads/master@{#11546}
2016-02-10 10:47:56 +00:00
..
2016-02-10 09:53:26 +00:00
2016-02-08 13:31:53 +00:00
2016-02-10 09:53:26 +00:00
2016-02-08 13:31:53 +00:00
2016-01-04 21:44:16 +00:00
2016-02-10 10:47:56 +00:00
2016-02-09 01:35:55 +00:00
2016-02-08 13:31:53 +00:00
2015-11-16 19:02:02 +00:00
2016-02-03 12:30:10 +00:00
2015-09-08 12:36:23 +00:00
2016-02-10 09:53:26 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.