Searched refs:WEBRTC_SPL_IS_NEG (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h46 if (WEBRTC_SPL_IS_NEG(l_var1)) {
47 if (WEBRTC_SPL_IS_NEG(l_var2) && !WEBRTC_SPL_IS_NEG(l_sum)) {
51 if (!WEBRTC_SPL_IS_NEG(l_var2) && WEBRTC_SPL_IS_NEG(l_sum)) {
H A Dsignal_processing_library.h138 #define WEBRTC_SPL_IS_NEG(a) ((a) & 0x80000000) macro
/external/webrtc/src/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc84 EXPECT_TRUE(WEBRTC_SPL_IS_NEG(b));

Completed in 99 milliseconds