common_audio/signal_processing: Remove macro WEBRTC_SPL_SUB_SAT_W32
This macro is literally using the function WebRtcSpl_SubSatW32(), hence there is no need for a macro. BUG=3348, 3353 TESTED=locally on Linux and trybots R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14149004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6899 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -69,7 +69,6 @@ TEST_F(SplTest, MacroTest) {
|
||||
EXPECT_EQ(21, WEBRTC_SPL_SAT(a, B, A));
|
||||
EXPECT_EQ(-49149, WEBRTC_SPL_MUL_32_16(a, b));
|
||||
|
||||
EXPECT_EQ(16386, WEBRTC_SPL_SUB_SAT_W32(a, b));
|
||||
EXPECT_EQ(16380, WEBRTC_SPL_ADD_SAT_W16(a, b));
|
||||
|
||||
// Shifting with negative numbers allowed
|
||||
|
||||
Reference in New Issue
Block a user