The macro is defined as #define WEBRTC_SPL_LSHIFT_W32(a, b) ((a) << (b)) hence trivial. The macro name may in fact mislead the user to assume a cast/truncation to int32_t is done. - Removing usage of it. - Some style changes. BUG=3348, 3353 TESTED=locally on linux and trybots R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46749005 Cr-Commit-Position: refs/heads/master@{#8918}
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.